Forum Moderators: coopster
<?
header("Location: [myaffiliatelink");...]
?>
and then link to this .php file on my own server instead of the real affiliate link.
I have been away from IM world for a few years and I have lots of catching ups to do. I was wondering if such practices are still safe to use without being penalized for cloacking or something?
cheers
that wouldn't be considered cloaking though, you would be redirecting. I don't believe SE's would penalize that but you may want to look at what http code it uses, I think it might be 302 by default. I am not sure if that would be what you want or not.
Are you just trying to count clickthroughs?
I use this cloacking (or redirection if you will) for two reason, first, it doesn't look like an affiliate link for those who don't like clicking on affiliate links, it will simply be mysite.com/bestproduct.php
and second, I can easily use this link in a info product or website and if I ever wanted to change affiliate programs I can simply edit the link on my own site and all the links will be updated autamtically.