Here's how to cloak your affiliate links
If you've ever been annoyed at the length of affiliate URLs, here's a simple solution to your problem.
You can replace long URLs with fast, short, server-side redirects, so that people won't feel "pitched" and won't be turned off by links that are obviously affiliate links.
Here's how to do it.
Creat a directory on your site called "go" In the "go" directory, create a directory for each of your affiliate links. For example, create a directory called "go" at yoursite.com/go and a directory in the "go" directory called "elite"
In the "elite" directory, put a file called .htaccess -- create it using a plain text editor. There should only be one line in the file and it should look like this:
Redirect /go/chemwiz http://www.elitefitness.com/g. o/XXXX
Note that there are 3 parts here, which should all be on one line : the Redirect command, the location of the directory you want redirected relative to the root of your site (/go/elite) and the full URL of the location you want that request sent to. Each of the 3 is separated by a single space, but all on one line.
So, if I were to give out the URL http://www.yoursite.com/go/elite this would send people to elitefitness.com using your affiliate code!
If you've ever been annoyed at the length of affiliate URLs, here's a simple solution to your problem.
You can replace long URLs with fast, short, server-side redirects, so that people won't feel "pitched" and won't be turned off by links that are obviously affiliate links.
Here's how to do it.
Creat a directory on your site called "go" In the "go" directory, create a directory for each of your affiliate links. For example, create a directory called "go" at yoursite.com/go and a directory in the "go" directory called "elite"
In the "elite" directory, put a file called .htaccess -- create it using a plain text editor. There should only be one line in the file and it should look like this:
Redirect /go/chemwiz http://www.elitefitness.com/g. o/XXXX
Note that there are 3 parts here, which should all be on one line : the Redirect command, the location of the directory you want redirected relative to the root of your site (/go/elite) and the full URL of the location you want that request sent to. Each of the 3 is separated by a single space, but all on one line.
So, if I were to give out the URL http://www.yoursite.com/go/elite this would send people to elitefitness.com using your affiliate code!