This is a discussion on directory listing within the Apache Web Server forums, part of the Web Server and Related Forums category; Why does my apache server isnsit of displaying the directory at the DocumentRoot even though the virtual host directive tells ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Why does my apache server isnsit of displaying the directory at the
DocumentRoot even though the virtual host directive tells it to look for index.html in the www.website.com folder? |
|
|||
|
Hi
IF you want the default page to be shown at www.mydomain.com you must specify the default page in httpd.conf file. If your default page is index.html you must specify this in the config file. I don't recall the parameter to set but search for index.html, index.htm etc. Lars "Hugstarved" <pedwin@paradise.net.nz> skrev i meddelandet news:47ca47f0$1@clear.net.nz... > Why does my apache server isnsit of displaying the directory at the > DocumentRoot even though the virtual host directive tells it to look for > index.html in the www.website.com folder? > > |