Setting up your redirect page is fairly simple. If you are using a web hosting company with cPanel you can do it directly from there. Click on redirects,

enter the domain from the drop down menu that you are fowarding the affiliate link from, the name of the link and finally the affiliate link itself. Click on Add. Your done!

There are also a ton of redirect /shorten your url sites all over the web that make setting up your redirect very simple. (A URL shortener is also a good way to cloak your affiliate link.)
Here is a list of the top sites:
http://bit.ly/ This is my favorite. It has a hit counter included
Newest Additions:
http://www.prettycloak.com/
http://www.shorturl.com/
http://tinyurl.com
http://smarturl.com
http://alturl.com
http://fff.to
http://minilien.com
http://tinylink.com
http://urlcut.com
http://6url.com
http://doiop.com
http://tighturl.com
http://yep.it
http://shortlinks.co.uk
http://simurl.com
http://myurl.in
http://memurl.com
http://redirx.com
http://easyurl.net
http://shorterlink.com
http://qurlyq.com
http://dwarfurl.com
http://starturl.com
http://urlhawk.com
http://canurl.com
http://decenturl.com
http://x.se
http://yatuc.com
http://surl.co.uk
http://tweetburner.com
http://is.gd
http://urlbrief.com
http://urlborg.com
http://urlvi.be
http://bit.ly
http://myurl.us
http://qikr.com
http://tr.im
http://ow.ly
There are also several html and php scripts you can use to redirect your visitors directly from your domain. You can purchase a domain name and save one of the files below as the index.html / index.php or home.html. Simply copy n paste these scripts into your html editor such as Frontpage and replace the_new_url in the scrip with your link. Save the page with a new name and upload. Be sure to test your links. You can also save a text file with the script code and when your ready to add a new link replace the_new_url with your link and save page as an .html

HTML Redirects:
<html>
<head>
<title>Redirecting</title>
<meta HTTP-EQUIV=”refresh” content=”0; URL=http://the_url”>
</head>
<body>
You will be redirected to <a href=”http://the_new_url”>the_new_url</a>
</body>
</html>
<html>
<head>
<script language=”JavaScript”>
location.href=”http://www.the_new_url”
</script></head>
<body>
<head>
<META HTTP-EQUIV=”refresh”
content=”2;URL=http://the_new_url”>
</head>
With java script:
<script type=”text/javascript”>
document.location = “http://the_new_url/”;
</script>
PHP script – be sure to save your page as a php file
<?php $URL=”http://the_new_url/”;
header (”Location: $URL”);
exit();
?>


November 11th, 2008
Diggin It Digital 
Posted in 

