Emiliano wrote: > Have you updated the host table in the database to match your vhost setup?
I think this goes to the heart of the problem. This is where it tells me to put in lots of port based virtual hosts and I don't want to have to do that. The host table has lots of entries that are nearly identical and I haven't changed anything there yet. I'd rather have something like the following: NameVirtualHost 10.10.10.1 <VirtualHost 10.10.10.1> HostName default.jcsolutions.co.uk </VirtualHost> <VirtualHost 10.10.10.1> HostName nonmidgard1.jcsolutions.co.uk </VirtualHost> <VirtualHost 10.10.10.1> HostName nonmidgard2.jcsolutions.co.uk </VirtualHost> <VirtualHost 10.10.10.1> HostName midgarddefault.jcsolutions.co.uk MidgardEngine On </VirtualHost> <VirtualHost 10.10.10.1> HostName midgardadmin.jcsolutions.co.uk MidgardEngine On </VirtualHost> <VirtualHost 10.10.10.1> HostName midgardexample.jcsolutions.co.uk MidgardEngine On </VirtualHost> <VirtualHost 10.10.10.1> HostName midgardlive1.jcsolutions.co.uk MidgardEngine On </VirtualHost> Is that possible? I presume it is the MidgardEngine On directive that tells the system to go to midgard.so or midgard-root.php and is why I do not need to have a document root directive in a midgard VH? Cheers, Jock -- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +Jock Coats, J C Solutions, M3a Morrell Hall, OX3 0TU + +T:+44 1865 485019 M:+44 7769 695767 F:+44 845 1275714 + +E:[EMAIL PROTECTED] W:www.jcsolutions.co.uk+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
