<quote who="Matt Hyne"> > I have the following virtual domains: > > http://domain1.hyne.com > http://domain2.hyne.com > http://domain3.hyne.com > > Now, If I use the FQDN, I get the correct pages. However if I just use > http://domain2 or http://domain3 then I will always get the webpage for > domain1.
Virtual hosting does not work like DNS can (when it's set up properly) and allow you to access the hosts by the hostname only. If you want to access these in such a fashion, you will have to set up a second virtual entry in your httpd.conf that shows the virtual host to be "domain1" aswell as the current entry that you have for it (domain1.hyne.com) --Striker. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
