Hey guys..Can anyone give me some advice on ways to hide my affiliate link. Ive read so many posts on it in this forum, maybe to many! and there seems to be so many ways to do it.
Basically I have a domain which is hosted that I am watermarking on videos and when someone types that into their browser it goes straight to my aff link, basically I have zero content on my actual domain, just want the user to go direct to my aff. I am currently using a index.php file which i ftp to my host...
Is this all I need?? Will the hit still be shown on my affiliate stats page still??
Ta
Basically I have a domain which is hosted that I am watermarking on videos and when someone types that into their browser it goes straight to my aff link, basically I have zero content on my actual domain, just want the user to go direct to my aff. I am currently using a index.php file which i ftp to my host...
Code:
<?php
header ("Location: MYAFFLINKdotCOM");
?>
Ta