View Single Post
  #5 (permalink)  
Old 09-01-2008, 03:54 AM
bmph8ter bmph8ter is offline
BANNED
 
Join Date: Jun 2008
Posts: 109
Thanks: 16
Thanked 11 Times in 11 Posts
iTrader: (0)
Default Re: Amazon Affiliate link

You've got options. TinyURL would work, but it looks kinda non pro. You can also setup a php file on your server (amazon.php maybe) and in it put the following:
PHP Code:

<?php

header
('Location: http://blahblah.amazonlink');
?>
Then, link your visitors to http://yourdomain.com/amazon.php

Or, name amazon.php index.php but otherwise leave it the same. Make a directory on your site named amazon and send your users to http://yourdomain.com/amazon
Reply With Quote