Tech Tamers

 

Redirect Page

  

Long links tend to be broken up in email and look less professional than a nice short link going through your own domain.

Once you have your link, you can now redirect them so instead of looking like a big long mess of numbers and letters, it will look like something clean like:

www.mydomain.com/start.html

There are a few options to make your link shorter. One is to use a service like http://tinyurl.com/, but we recommend you redirect your own links through your own website where possible. It looks more professional and you’ll have more control over your links.

A preferred method is using a simple javascript redirect. Don’t worry - it’s very easy-to-do and doesn’t require any programming language. Here’s how:

1. Create a new blank page on your website.

2. Name the page whatever you’d like. For example if you want the page to be
mydomain.com/start.html, you’d name it ose.html in your web page editor.

3. Delete any HTML your web page editor automatically inserts into the page. Then insert the following new html into your html document:

-- START HTML --

<html>
<head>
<meta http-equiv="refresh" content="0;

url=http://www.TechTamers.com/cmd.php?af=######">
</head>
<body>
</body>
</html>

-- END HTML --

Be sure you replace the #####'s with your affiliate ID number.

Now just save, then upload your redirect page to your website.

Test it - and you're ready to send traffic!

 

 


New Page 1

Part of the TechTamers family of sites ·  10502 Hardrock, Austin, Texas 78750
TEL (512) 219-5653 · FAX (512) 219-5654
TechTamersSupport