Thread: Little help
View Single Post
Old 07-03-2010, 02:21:35 PM     #10 (permalink)
wb

 
wb's Avatar
 
Join Date: Mar 2009
Posts: 1,921
wb has a reputation beyond reputewb has a reputation beyond reputewb has a reputation beyond reputewb has a reputation beyond reputewb has a reputation beyond reputewb has a reputation beyond reputewb has a reputation beyond reputewb has a reputation beyond reputewb has a reputation beyond reputewb has a reputation beyond reputewb has a reputation beyond repute

Alex's reply seems best for this post if you wish to forward to another domain

If however like my domains you want to have a parking page which can get indexed, use the following code wherever you want the URL to be displayed (this code automatically leaves out the "www." whether it is entered or not).

PHP Code:
<?php $hostname $_SERVER['SERVER_NAME']; $hostname str_replace('www.'''$hostname); echo $hostname?>
E.g. "The domain name [code above here] may be for sale."

You only need to set this code up on one domain (I suggest using something like "parked.your-business-website.co.uk"), then simply park all your names for sale ontop of it. Feel free to add rep if this has helped
wb is offline