How to use your affiliate link with a redirect
Question:
I would like to use the link redirect. I have watched the video and downloaded the software. I just don’t know what to replace the link with! Do I create my own, or what? Help. thanks!
Answer:
You replace the link with your affiliate link. If you do not have an affiliate link yet get yours here.
We also have a very helpful page in the Listbuilding Club affiliate area that explains how to use a redirect, upload it and insert your affiliate link. Check it out.
How the flow of a redirect works for a user:
They read an article you wrote and decide to click on the link in your resource box. This link reads www.yoursite.com.
The user clicks on www.yoursite.com, and for a split second they go to www.yoursite.com, go through your affiliate link redirect and end up on our page at www.listbuildingclub.com. This happens in a fraction of a second.
Since the user went through your affiliate link any purchases they made will be tagged to you.
Now that we have the flow established for the user, let’s take a look at how it works from the tech side.
To create a redirect you need to be able to edit the html code of your site. We show you how to do this in the Listbuilding Club. Creating a redirect is simple and can easily be done using notepad to edit the html.
Many people make the mistake of putting the redirect in the wrong place on their site. When you ftp into your site the first folders you see will look something like this:
/
.cpanel
.htpasswds
.mozilla
.ssh
.trash
access-logs
etc
mail
public_ftp
public_html
ssl
tmp
www
Yours will be similar to this example although it may not be exact, which is fine. The “public_html” folder is the one you want to open and put the redirect into. Depending on your hosting provider other names for this folder include “httpdocs” and “htdocs”
Make sure you open this “public_html” folder and put your index.php redirect in there. DO NOT put your redirect inside your main site folder. If it is not in “public_html” your redirect will not work.
You may see an existing “index.html” file inside that folder, which is fine. You want to create another file called index.php, this is where you put your redirect code. It’s not actually software, just code.
Here is the php redirect code for you to use:
<?PHP
header(”Location: http://www.youraffiliatelink.com”);
exit;
?>
Replace the http://www.youraffiliatelink.com link with your own affiliate link.
Finally save the new index.php file to your site inside the “public_html” or equivalent folder, making sure you upload it to the remote site.
Make sure you TEST every time you make a change. Go to www.yoursite.com and make sure you are redirected through your affiliate link to the Listbuilding Club sales page.
That’s it! Keep sending people through you affiliate link redirect and watch the profits start rolling in!