Landing Page Cash Machine
Affiliate Redirect Code

Use this code to make simple affiliate redirect links on your own website.

 

Mark Widawer
"Join my affiliate program and earn with every sale!"
-- Mark

Using a redirect page on your own website, rather than giving your list a link to my shopping cart's affiliate program will increase conversions. It takes about 5 minutes to do, and I'll give you all of the instructions right here.

A redirect page is a page whose only purpose is to immediately send the user to another page. That means you can have someone type

http://www.yourwebsite.com/cashmachine

and they can actually be sent to

http://www.marketerschoice.com/app/aftrack.asp?afid=99999

Here's how you do it:

First, there are three bits of information you need to have before you start

  1. What scripting language does your website use? The three most common are ASP, PHP and none! But even if you have none, don't worry. There's still a way to get this done.

  2. What is the path you want to create? (ie www.mywebsite.com/cashmachine)

  3. What is the actual destination you want to send the visitor to?
    (ie http://www.marketerschoice.com/app/aftrack.asp?afid=99999. Replace 99999 with your own affiliate ID, which is in the email I sent you)

Here's what to do if you use ASP:

  • Create a directory called /cashmachine

  • In that directory, create a plain text file called "default.asp"

  • In that file, type the following:
    <% response.redirect ("http://www.marketerschoice.com/app/aftrack.asp?afid=99999") %>
    (replace 99999 with your own affiliate ID, which is in the email I sent you)

  • Save the file. That's it!

Now, when a user goes to http://www.yourwebsite.com/cashmachine, they'll instead be shown http://www.landingpagecashmachine.com, and be marked as a referral of yours.

Here's what to do if you use PHP:

  • Create a directory called /cashmachine

  • In that directory, create a plain text file called "index.php"

  • In that file, type the following:
    <?php
    header("Location:
    http://www.marketerschoice.com/app/aftrack.asp?afid=99999");
    exit;
    ?>

  • Save the file. That's it!

Now, when a user goes to http://www.yourwebsite.com/cashmachine, they'll instead be shown http://www.landingpagecashmachine.com, and be marked as a referral of yours.

Here's what to do if you use neither:

  • Create a directory called /cashmachine

  • In that directory, create a plain text file called "index.htm" or "index.html", depending your web server.

  • Copy and paste this into that file, replacing 99999 with your affiliate ID.
    <
    html>
    <head>
    <meta http-equiv="refresh" content="0;url=
    http://www.marketerschoice.com/app/aftrack.asp?afid=99999">
    </head>
    </html

  • Save the file

(Note: The <meta and content lines should actually be all on one line together. They only wrapped because of space considerations on this web page).

Same deal. . . when the user goes to the /cashmachine page, he'll be sent to the Landing Page Cash Machine website, tagged as your referral.

NOTE: If you don't understand this, DON'T WORRY! ANY webmaster can do this for you, and they probably know this information already.

 

* Privacy Policy: Keyword TurboCharger.com will not distribute, rent, sell, or in any way share your email address with any outside party for any reason. We treat your information as carefully as we do our own. If for any reason, you would like more information about our privacy policy, or if you think we have violated it in anyway, you can email us at privacy @ keywordturbocharger.com.