$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 -- "No GUI for you! Use lynx!!!, Come back, One year!" /avant -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
