Entry
When I hit localhost on Apache I recieve a listing of files in /etc/httpd/html directory instead of my default page, what am I doing wrong?
May 5th, 2001 10:02
Christoph Vogel, Tony Suarez,
There is no DirectoryIndex setting in effect for this directive. Check
out this setting and generate an appropriate page or add a new entry to
the list provided by DirectoryIndex. Otherwise you should set "Options -
Indexes" for this directory if you don't want it to show the directory
content when there is no DirectoryIndex available.