This is pretty basic and is used often by many spammers bulk emailers. It was actually a godsend back in my heavy Myspace spamming commenting days. The whole idea to most people is simply to redirect their traffic thru their own domains and servers. Most CPA networks actually encourage this. Do you know why? Yea, you guessed…spammola. Now I won’t say that CPA networks DONT want to know where your traffic is coming from because most of the time this is untrue. However, sometimes YOU may not want certain people knowing where your traffic is coming from.
Case in point…
Have you ever seen a CPA Network that has some kind of bullshit sentence like "Affiliates caught promoting on Myspace or Facebook will be banned"? Your probably thinking to yourself that the network just told you NOT to promote on these sites. This in most cases and with a lot of networks is actually FAR from the truth. They are in it to make money people and behind the scenes I can tell you personally that it is sometimes a VERY fugly business. It actually says "if your caught", it does not say to NOT promote there. 
So I won’t get into specifics here, nor will I name any specific networks (hell, that may incriminate me), but reading between the lines and knowing how and what to do can actually keep you making money somewhere where you thought your glory days had ended.
Another case in point is with Yahoo Answers. Have you posted a link from a CPA Network and been banned? I know of affiliates that got the hammer from Maxbounty for posting links on Yahoo Answers. Answers explicitly prohibits any commercial traffic in their terms of service and Maxbounty will have none of it. Keep what I am about to tell you in mind, it will save your tail in the long run (or at least allow you to concoct some bullshit to tell your AM).
The difference between a PhP Redirect and a Meta Refresh is that a redirect can still log referrer information. What this means is that your Affiliate Managers can and will see exactly where your traffic is coming from. A redirect simply *redirects* thru one of your domains and can still display information that will let people know who are looking, as to where you been dropping your links.
It’s time to get smart because frankly I am sick of people griping about lost network accounts. A smart way to hide your referrer information is to use a the Meta Refresh. Here’s the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Refresh" content="0;URL=AFFILIATE URL HERE">
<title>SITE TITLE HERE</title>
</head>
<body>
</body>
</html>
Just load this into a text file and name it whatever you want with a .html extension.
With this code you will have people passing your site and refreshing immediately. There are other ways you can do this and even set the count to a few more seconds. However in doing so you will clearly be showing that your passing thru and this may turn off potential WHATEVERS. The moment they hit your domain, it will get refreshed allowing you to display that your traffic is coming from your domain. Of course when this happens you are armed with a whole slew of ways to keep jabbering should you encounter problems.
In case you wanted the PhP Redirect code as well here you go:
<?php header("Location: Your AFFILIATE LINK HERE"); ?>
Save in a text file, load up to your server and rename it whatever you want with a .php extension
Of course there are a number of ways to modify this as well I just wanted to give a quick rundown and explanation as to what to do to hide that referrer information. I would never suggest you go out and do anything that breaks a site’s TOS or get yourself in trouble but the fact of the matter remains that a lot of people do it anyway. So take it for what’s it worth.
Popularity: 23% [?]





Does an .htaccess redirect disclose the referrer information? I prefer to use the .htaccess redirect because you don’t have to build a bunch of blank index pages.