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