Hello guys, How can I cloak affiliate link and use "tid" to track at the same time? for example, now i have some affiliate links on my landing page: http://AFFILIATE.PUBLISHER.hop.clickbank.net?tid=a001 http://AFFILIATE.PUBLISHER.hop.clickbank.net?tid=a002 ... http://AFFILIATE.PUBLISHER.hop.clickbank.net?tid=a00n how can i use these two ways to cloaking and tracking 1. use .htaccess ? 2. use <?php header("Location: link"); ?> I don't know whether I explain my question clearly. Anyone know what I mean, plz help me. Thank you in advance.
Hey, I just opened a thread that explains exactly how to automate this task. Your software will create and track your affiliate links for you. Check it out
I noticed you said on your website. So hopefully you can code at least some html. Here is the free way. Open up notepad. Copy and paste this badboy in their... <?php header( 'Location: PUT_YOUR_AFF_AND_TID_LINK_HERE' ) ; ?> Now goto file save, then itll ask you what to save it as... do this... put qoutes " " "firstlink.php" <~~save it like that.....that way notepad knows its not a .txt file anymore.... Ok, go ahead and ftp that file.... Go to page where you have the original link..... and just direct it to your new REDIRECTING link..... kinda a pain, but free..... <p> <a href="firstlink.php"> This text</a> is a link to a page on this Web site. </p> Umm....Let me test this real quick Im starting to think that doesnt work well....lol brb with confirmation