Redirects — A MUST For Affiliate Marketers
Cloaking your affiliate links is a good way to keep people from stealing your commissions. All a “cloak” has to be is some sort of a redirect.
One of the ways that I was ‘taught’ how to create a redirect a while back was to use a .php file and upload to your server. That way when your customers clicked on the URL, their browser would redirect to the sales page that you are promoting.
Don’t get me wrong, I still use this method for a number of the affiliate products that I promote and they still do work. The problem that I found was that for each new affiliate product that I was promoting, whether it be here, or in the emails I send to my subscribers, I had to upload a brand new ‘file’ to my webhost.
That is until I discovered a much easier way to do this. It’s a very easy way to manage as many redirects as you want, and it’s FREE and easy to manage with just a single file.
Let me give you an example. My good freind, and one of my mentors, Doug Champigny, has just released a new PLR package in a smoking hot niche. You can pick up his Aromatherapy PLR Package and have the rights to do just about anything with it. You will need to read the license agreement to find out what you can’t do, but that’s pretty standard with a package like this. The Aromatherapy PLR Package includes a 50 page eBook in .doc & .pdf formats, 10 Aromatherapy Articles, mp3 audio versions of all 10 articles, TWO sets of website graphics, PLUS the .jpg AND .psd graphics for everything! After all of that, you won’t believe the price. I told Doug that he needed to go see his therapist with the price that he is offering this package at.
You will notice that when you ‘hover’ over the link, it looks like you are going to go to a page on my site (http://www.ron-barrett.com/AromaTherapyPLR.html), but you aren’t.
You will be ‘redirected’ to Doug’s site. This is something that ALL affiliate marketers should be doing, but a majority don’t. Why? I am not sure. Maybe it’s because they think it’s a bit too complex to create the file and upload it to their site.
Well, I am here today to show you how easy this really is. The person I learned this from claims that it is so easy, even a five year old could do it. It is now my preferred method of creating redirects.
There are a couple of problems with linking directly to an affiliate page with your ID. The obvious reason is that someone could steal your commissions if they are also a member of the same affiliate program (which is common if it is a large program like Clickbank).
The other main reason is that a lot of people are wary of clicking on long affiliate links, things with lots of letters and numbers. This seems to be more and more the case as I sometimes see these mile-long links, with un-needed crap in them like “id=xxxx”, “www.yourwebsite.com/cgi-bin/affil-id=xxxx” etc. A good affiliate link should have two items MAXIMUM. If the program is specifically towards one URL it should only have one piece of information, your affiliate name (preferably a name instead of a number). But that’s not always within your control.
The most common thing I see a lot of affiliates doing is just creating the folder or the file and doing a simple redirect. So if that person needed the URL: http://www.yourwebsite.com/theaffiliateprogram
… To send the user to:
http://www.affiliateprogram.com/?affiliate-id
They’d physically make the folder on their site and add in an index.php redirect. Sometimes they’ll also use .html redirect, which uses meta tags… which means the .html file has to actually load before the redirect takes place. That makes the trip take even LONGER and in the meantime the visitor is staring at a blank page.
This would be ok, but what if you were promoting 20 or 30 or 40 affiliate programs? That’s a lot of folders to get the coding exactly right and to upload each and every time you add another program.
Anyway, now that I have given you reason to change the method you use to redirect with, my NEW preferred method is with an .htaccess file. All I have to do when I want to add or remove a redirect is just edit a text file, and upload it to the webserver.
Redirect /clickbank http://hop.clickbank.net/?xxxxx
Redirect /paydotcom.html http://paydotcom.com/?xxxxx/jumpx
Redirect /AromaTherapyPLR.php http://www.dougchampignysaromatherapysite.com
Redirect /dotcrap http://www.thisisanexample.com
(In this example, you would change the “xxxxx” above to your own Clickbank name.)
You put each redirect on a different line. What you first need is the word “Redirect”, and then the relative path the .htaccss file is going to intercept. In the first line since my second part of it is “/clickbank”, that means if my domain is:
http://www.mydomain.com
… And someone goes to:
http://www.mydomain.com/clickbank
… It will send the user to that third item on that line, the long Clickbank hoplink.
The redirect doesn’t just have to be a folder name. You could even make people think you’re linking straight to an HTML file, like in the second example. Or, it could even end with “.php” if you want (3rd line) or even something you make up, like “dot-crap” (last example).
So go ahead and add tons of affiliate redirects in seconds. Just modify that above code to your needs, save it as “htaccess.txt”, upload, change file permissions to 755, and rename to “.htaccess” with that dot in front.
The file will disappear to you, because it becomes hidden, but if you need to come back to that list later you can still see it with many FTP programs. I use FileZilla and I go to Server -> Force Showing Hidden Files. I don’t know how it’ll be in your FTP client… in a lot of them this sort of choice doesn’t even exist. But that will allow you to see the .htaccess file for future editing if you lose the copy on your hard drive. (Hey, stuff happens.)
One last thing you should notice is that even though .htaccess has sort of a “bare bones” feel to it, it doesn’t have to be hard to read. Look at what I’ve done, I’ve spaced everything up so when I look at the file in Notepad with my fixed-width font everything lines up nicely.
If you have any questions, please feel free to leave a comment and I will get back with you as soon as I can. YES, I do monitor comments.
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
Tagged with: affiliate redirects • aroma therapy plr • Doug Champigny • htaccess • redirect
Filed under: Promotions
Like this post? Subscribe to my RSS feed and get loads more!









I understand the concept but seems a bit techie to me. I will have to study your post a few times before I understand it. It seems like something the big guys would want to use to make sure no one is stealing their link. Thanks.
Andre Arnett’s last blog post..Hot New Aromatherapy PLR Bundle From Doug Champigny
Well I agreee with the redirect portion but think for most a simple php redirect is just as easy and less likely to cause problems then editing a .htaccess file especially if you are already using the .htaccess file for creating permalinks on a blog or some of the other uses and make a change that can throw off your whole permalink structure because of an editing mistake.
Mike Paetzold’s last blog post..Why oh why do people do this?
Great piece on .htaccess redirects, Ron – just two quick caveats: Always back up your .htaccess before messing with it, just in case – programs like WordPress and cPanel use it too, and if you make a major mistake it could cause problems on your site. 2nd, be sure to use notepad to edit it, not a word-processor like Word, as you don’t want any extraneous characters added into the coding when you save.
Doug Champigny’s last blog post..New Aromatherapy PLR Bundle Just Launched
Ron, I’m with Lonnie and the comment about having to find the htaccess file really scares me. So far I’ve been doing okay with php redirects. On my server they are all together under the folders and I just copy one and paste it into the code of the new link and then copy and past in the new url. I’ve started a practice where I use the same name to start each url from the same source the same way so they show up together alphabetically. Thus for Doug Champignys products I start them with ChampignyAromaTherapy etc.
Earl Netwal’s last blog post..Squidoo – Rank on Top Twice!
Ron,
This is a subject that I need to learn more about. I understand the reason for cloaking your affiliate links – mainly because there are so many crooks in the world.
There are redirect programs (The ones I have seen cost around $97, so I have not purchased one). Would they be better?
With your method, do you have to have a different web site for each rediredt?
Lonnie Minton’s last blog post..A New Niche For Your Affiliate Internet Business Online
This is great advice Ron!
I have been using the php file redirect that I upload each time, so maybe it’s time for me to start using this method.
Redirecting affiliate links is important, and in smaller niches where people are not use to them, they wouldn’t even know it’s a redirect. But like you said, if they saw some big link with number and symbols, they might now click it.
Joel Osborne’s last blog post..New Aromatherapy PLR
Great advice and something that all affiliates should do. Not only does cloaking your affiliate links make it harder for thieves to steal your commissions, it also increases the number of people that will click on your links.
Sharon McPherson
Thanks for bringing this up Ron. I seem to remember this from a long, long time ago, but had completely forgotten about being able to do this.
I am with some of the others though as I am a little leary to go into the .htaccess file and start making a lot of changes. I don’t mind doing it for certain things, but to be constantly making changes would make me a little nervous on most of my sites.
I may try this on my site that I use specifically for re-directs though. It is a very interesting concept and I like the way the links look more like normal html pages.
Brett McEllhiney’s last blog post..Niche Site Traffic Case Study – The Beginning
Hey Ron,
As always your post create some thoughts and reflection. I suppose I have been using some programs applying these techniques. One is using the htaccess (but all that is automated so I don’t have to touch the htaccess files myself). If you are using Frontpage you have to be extra careful. I should study this more, because I understand there is a big difference between cloacking and redirects.
Fred
Fred Lotgering’s last blog post..MyMusicTicket (MMT) using Smart Social Network Concepts
Enjoyed your article. I am going to study the article and see if I can do that.
Maurice Petersen’s last blog post..Do You Need a Mentor or Coach
Hi Ron
Interesting stuff. I hadn’t considered using the .htaccess file, I had to read the post a few times to get it but I think it makes sense!
Being a bit of non-techie I always try to keep things a simple as possible, I bought a copy of xsite pro and it has a facility to manage all my redirects in one place, it’s like it’s creating an extra page on my website, but in fact it’s still along the same line as a .php redirect.
It makes it super easy and helps me keep the names simple and uncluttered with all the letters & numbers of typical links.
Cheers
Steve