SLUG Mailing List Archives|
Thanks Martin and Greg! Worked a treat. And here I was thinking it was DNS! thanks a million guys... I can go to bed now. Ben Martin wrote: $quoted_author = "Ben Donohue" ;I cannot get www.domain.com.au to resolve to the same as its domain.com.au on the web server.this sounds like a problem with your apache config. make sure you have specified both names in the 'name virtual host' sections of httpd.conf ie. inside <VirtualHost> </VirtualHost> try using both ServerName your.name.here and ServerAlias www.your.name.here hth marty |