jesaustralia
Newbie
- Feb 19, 2012
- 11
- 4
Alright I'm not sure if this has been talked about or if i'm posting it in the right section. I just thought it might be useful to some...
You will need atleast a domain and hosting for this to be possible.
Instead of buying a domain to redirect to for instance a Clickbank affiliate sales page, I have learned a method to redirect using your general domain.
On the root of your hosting account you have a file called ".htaccess" download it and open it with notepad.
Looks like this for me:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
redirect /moviedownloads h**p://YOURAFFILIATEOFFER1/?tid=goatcheese
redirect /freetv h**p://YOURAFFILIATEOFFER2./?tid=goatcheese
Its very Important! that there is a space between redirect and forward slash "/"
When you are finished editing your .htaccess file upload to your server root and replace your .htaccess file
Now say you are promoting a product through Youtube and want people to go straight to the affiliate sales page which is much more professional than your video
In the top of the description you put your link like this h**p://yourwebsite/freetv
When people click on the very nice looking link they get redirected instantely to the affiliate offer page, and you make money when they buy ofcause but i don't have to tell you that because you got that part I hope
Anyway I just wanted to share this, its not very difficult but I think if you have lots of links these links look better than a tinyurl link and if your video isn't the best your job will just be to convince people to click the link, basically get them out of the shop and lure them into the proffessional sales pages.
Alright comment what you think of this method I would like to hear if anyone has something bad to say about this, warnings etc.
Cheerio guys!
You will need atleast a domain and hosting for this to be possible.
Instead of buying a domain to redirect to for instance a Clickbank affiliate sales page, I have learned a method to redirect using your general domain.
On the root of your hosting account you have a file called ".htaccess" download it and open it with notepad.
Looks like this for me:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
redirect /moviedownloads h**p://YOURAFFILIATEOFFER1/?tid=goatcheese
redirect /freetv h**p://YOURAFFILIATEOFFER2./?tid=goatcheese
Its very Important! that there is a space between redirect and forward slash "/"
When you are finished editing your .htaccess file upload to your server root and replace your .htaccess file
Now say you are promoting a product through Youtube and want people to go straight to the affiliate sales page which is much more professional than your video
In the top of the description you put your link like this h**p://yourwebsite/freetv
When people click on the very nice looking link they get redirected instantely to the affiliate offer page, and you make money when they buy ofcause but i don't have to tell you that because you got that part I hope
Anyway I just wanted to share this, its not very difficult but I think if you have lots of links these links look better than a tinyurl link and if your video isn't the best your job will just be to convince people to click the link, basically get them out of the shop and lure them into the proffessional sales pages.
Alright comment what you think of this method I would like to hear if anyone has something bad to say about this, warnings etc.
Cheerio guys!