An alternative would be to use mod_rewrite on the server and rewrite all requests for xxx.com to www.xxx.com, but I haven't got around to this yet, hopefully it will be a simple thing.
This does it for me:
RewriteEngine on RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^/(.*) http://www.%{HTTP_HOST}/$1 [L,R]
Regards, Ronny -- Technical Director Amazing Internet Ltd, London t: +44 20 8607 9535 f: +44 20 8607 9536 w: www.amazinginternet.com
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]