It not only looks more professional, but using this technique will instantly
boost your overall profits.
In order to set up your domain redirect, all you need to do is register a domain
name with registrars like www.namecheap.com or www.GoDaddy.com
Then, you can choose to redirect two different ways.
The easiest is by using the “URL Redirect” option from within your domain
registrar account, where you can just set the URL to point the domain to your
The second option is to install a redirection script on your website’s hosting
account, which is a simple PHP script that simply tells the users browser that
when they land on the page, they need to be redirected through to the merchants
You can set up a php redirect by creating a text file called “index.php”
and adding in the following code:
header( 'Location:
http://www.yoursite.com/new_page.html' ) ;
?>
Change the code on the redirect page to be simply this. You need to replace the
URL above with the URL you wish to direct to.
Newbie Affiliate Guide 33



