Using php redirects for llinking to affiliate offers, I've seen a couple solutions for "cloaking". I'm looking for one that I can't find the details of now.
Originially I was just linking to a specific .php file and using a redirect for every single offer but someone offered a solution where you could either use one PHP file for all the redirects or put it in the .htaccess
So somehow it would just be like
CODE HERE
mysite.com/offer1.php >goes to> www.affiliatesite.com/offer92884
mysite.com/offer1.php >goes to> www.affiliatesite.com/offer23452
And just have it all listed in one convenient location for creating/editing/referring
Anyone?
Originially I was just linking to a specific .php file and using a redirect for every single offer but someone offered a solution where you could either use one PHP file for all the redirects or put it in the .htaccess
So somehow it would just be like
CODE HERE
mysite.com/offer1.php >goes to> www.affiliatesite.com/offer92884
mysite.com/offer1.php >goes to> www.affiliatesite.com/offer23452
And just have it all listed in one convenient location for creating/editing/referring
Anyone?