Link all your domain names up to their sales pageIf you would like to link your domain names up to there for sale pages I made it very simple. For example take any domains I have up for sale like AwfulHot.com and type it into your browser. It will instantly be redirected to it up for sale page on 3was.com. This is the proper way to redirect pages because if you click the Back button on your browser it will take you to the last page you where on with out sending you back to the for sale page again. To do this with your own domain names use the code below and save it as index.php I just got a cheap hosting account(Godaddy) that let me host unlimited domain names. I just created one index.php file and all my domain names are linked to there for sale pages. <?php $url = 'http://www.webdomainsbuy.com/domain-for-sale.php?domainname=' . $domain; header("Location: $url"); |