Sending people to an affiliate page is key for us affiliate marketers as that’s where the sale can be made and your commission earned.
However, affiliate marketing does suffer from two major drawbacks, a) people sometimes don’t like clicking a link which says: http://lwliang1.maverick66.hop.clickbank.net/?tid=10 because more and more people know what an affiliate link looks like now a days.
b) and even if they DO click, they can easily remove the ‘lwliang1’ in the above example, continue with the purchase of the product and rob you of your commission!
So what is a struggling Internet marketer going to do?
Well the simplest way is to mask your affiliate link and use that to send people to the affiliate site.
Masking With Tiny URL
This is by far the simplest way of masking your domain. Go to http://tinyurl.com or http://pinurl.com.
Type in your long URL that shows your affiliate ID and click ‘Make TinyURL’. It will result in something like this: http://tinyurl.com/bhtq54.
That looks alot better right? It increases the chance that people will click through on the link because they’re not sure if it’s an affiliate link or not.

However, there is still one drawback. When you click on the link, it will still show your affiliate ID in the address bar of your browser. People can still remove your ID, continue with their purchase and take your commission away from you!
So what’s the best way of masking and redirecting your visitors to an affiliate website and protect your affiliate ID?
I thought you’d never ask.
Domain Name Masking and Domain Name Redirects
With Cpanel
Some webhosts have this built in to their cpanel account for their users.
1) For those people with this lucky privilage, just create an empty folder on your server under the root directory and name it something suitable for the product you are selling.
E.g. http://onlinebusinessmalaysia.com/googleshadow (create a folder called ‘googleshadow’.
2) Login to cpanel on your webhost, select ‘redirects’ under domains, tell them to redirect ‘http://onlinebusinessmalaysia.com/googleshadow’ to your affiliate site by using the TinyURL address as described above.
3) Select the ‘masking’ tab (if there is one) and put the address of the website you’d like to display in the URL of the browser when being viewed on the affiliate website.
Without Cpanel – Coding
For those who don’t have the advantage of having domain masking in cpanel, it’s not that much harder.
1) Follow step 1 above, create a suitably named folder
2) Create a new file in the folder labelled index.php
3) Copy and paste the following code into that new file and change the details listed with your details.
<HTML>
<HEAD>
<base href=http://address_of_domain_you_want_to_display.com />
<meta name=”DESCRIPTION” content=”">
<TITLE></TITLE>
</HEAD>
<FRAMESET ROWS=”100%, *” frameborder=”no” framespacing=0 border=0>
<FRAME SRC=http://insert_your_affiliate_link_here.com NAME=”mainwindow” frameborder=”no” framespacing=”0″ marginheight=”0″ marginwidth=”0″></FRAME><frame src=”UntitledFrame-2″></FRAMESET>
<NOFRAMES>
<CENTER>
<H2>
Your browser does not support frames. We recommend upgrading your browser.
</H2>
<br><br>
Click <a href=”http://address_of_domain_you_want_to_display.com“>here</a> to enter the site.
</CENTER>
</NOFRAMES>
</HTML>
4) That’s it! You’re done!
I’ve done it for one of my affiliate links, check it out and see: http://onlinebusinessmalaysia.com/googleshadow
Thanks,
-William Lee
p.s. your affiliate ID will flash at the bottom of the web browser’s screen while it’s loading, so this doesn’t completely hide it. But it does a good enough job.