Hi, I have been trying to find the answer on the forum, but I was unable to, so here is what I need. I want to hide my sources of traffic from affiliate networks. I use one php redirect script on my website: <?php header("Location: www.affiliatelink.com"); ?> and send traffic to that link. It works well for hiding affiliate links, but still affiliate networks know the sources of traffic if they come from some other website. Is it possible to change referrer, so that the affiliate networks would see my website, or some page on my website as a referrer and not the original source? Thanks in advance! Regards, DrJale
Using javascript's window.location command will hide your referral information. Also, you might can try header("Referer: http://newurl.com");, although I haven't tested personally, I've read that it can change referral information.