I have configured vitual hosts to allow access to 4 sites. The domain names of 3 are with one host and the fourth with another. I have set the domain ip to point to my server, and this works for my first 3 sites. However when I added a fourth with the different hosting company on the 26th Jan i just get the indes of my web root directory. To check whether it was the domain host i registered another domain on the host that worked for my first 3 and set the Ip to the server. The result is the same - the index. Can anyone suggest what eles I might do to sort this out. Vitual host config The last 2 sites are the problem. ##########VIRTUAL HOST SETUP########## # WWW.E-BOOKS4U.NET <VirtualHost *> ServerName www.e-books4u.net DocumentRoot /www/e-books4u </VirtualHost> ##########VIRTUAL HOST SETUP########## # WWW.CATERING4CASH.COM <VirtualHost *> ServerName www.catering4cash.com DocumentRoot /www/catering4cash </VirtualHost> ##########VIRTUAL HOST SETUP########## # WWW.HAWKESLEYPUBLISHINGSOLUTIONS.COM <VirtualHost *> ServerName www.hawkesleypublishingsolutions.com DocumentRoot /www/hawkesley </VirtualHost> ##########VIRTUAL HOST SETUP########## # WWW.KBCOACHING.CO.UK <VirtualHost *> ServerName www.KBcoaching.co.uk DocumentRoot /www/kbcoaching </VirtualHost> ##########VIRTUAL HOST SETUP########## # WWW.KBCOACHING.COM <VirtualHost *> ServerName www.kbcoaching.com DocumentRoot /www/kbcoaching </VirtualHost>