>Check the mod_dir directions.
Thanks for the reply, I forgot the welcome.conf has:
Options -Indexes
ErrorDocument 403 /error/noindex.html
My bad...
jlc
-
The official User-To-User support forum of the Apache HTTP Ser
Check the mod_dir directions. This is an option in that module. I do not
see a mapping to the page you want displayed as the default page. In this
example it is the index.html page.
The DirectoryIndex directive sets the list of resources to look for, when
the client requests an index of the dir
On a default CentOS install I setup a virtual server for a repo and added
this config which works for all dirs except the root, I get the welcome
redirect. Anyone know what I missed?
ServerNamefoo.domain.local
DocumentRoot /path/foo
Options Indexes
AllowOverride All