Add it to the DirectoryIndex (search for index.html in the httpd.conf file)

 


From: Beth Curotto [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 08, 2005 11:28 AM
To: Apache HTTPd List
Subject: [EMAIL PROTECTED] VirtualHost & index.htm

 

Is there a reason why site will only respond properly if I hard code the index.htm ?

 

Example:

 

www.mowingandmore.net     (not good)

 

www.mowingandmore.net/index.htm    (page displays correctly)

 

Is there a directive I am missing in my VirtualHost information?

 

This is current info -

 

 

# Virtual Host 1

<VirtualHost *:80>

    ServerAlias www.mowingandmore.net

    DocumentRoot /var/www/html/mow/

    ServerName mowingandmore.net

    ServerSignature email

</VirtualHost

 

HostNameLookups Off

 

 

Thanks in advance for you help, Beth

Reply via email to