Re: [users@httpd] VirtualHost & index.htm

2005-06-08 Thread leam
On Wed, Jun 08, 2005 at 10:28:21AM -0500, Beth Curotto wrote: > 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

RE: [users@httpd] VirtualHost & index.htm

2005-06-08 Thread Beth Curotto
Thanks to all, again ! Beth On 6/8/05, Beth Curotto <[EMAIL PROTECTED]> wrote: > > 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 c

RE: [users@httpd] VirtualHost & index.htm

2005-06-08 Thread Boyle Owen
Plain text please... What does "not good" mean? You need to give the precise status code since it is important, even if you don't think so. Taking a wild guess, check DirectoryIndex and Options Indexes - see docs for details. Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message

Re: [users@httpd] VirtualHost & index.htm

2005-06-08 Thread Joshua Slive
On 6/8/05, Beth Curotto <[EMAIL PROTECTED]> wrote: > > 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 direc

[users@httpd] VirtualHost & index.htm

2005-06-08 Thread Beth Curotto
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 -