cloak CB affiliate links (zip to CB offer)

Status
Not open for further replies.

thalas

New member
Sep 12, 2007
18
0
0
I've seen on some LPs a link like this:

"Download our review NOW!"

and the link is a ZIP file but when you click on it you redirected to a CB offer site. How this can be done? It can be done only using htaccess or is there another way? Do you have an example of an htaccess file like this?

cheers
 


Code:
[FONT=Arial][COLOR=#000000]RewriteEngine on[/COLOR][/FONT]
[FONT=Arial][COLOR=#000000]RewriteRule ^download.zip$ [URL="http://."]http://[/URL][url]www.ya-hoo.com[/url] [NC,L][/COLOR][/FONT]

Will send http://mydomain.com/download.zip to yahoo.
 
just tell your web server to process a .zip extension as whatever type of redirect code you use (php, asp, etc.) and i believe itll work fine
 
Status
Not open for further replies.