Forum Moderators: phranque
How can I impeach that to happen (short of renaming a file index.php)?
I have also been able to use a rel file/path in the DirectoryIndex directive to make sure that something is always returned:
DirectoryIndex index.html index.htm /someplace/gohome.html
/someplace/gohome.html (which must exist) simply contains a link and possibly a meta refresh tag to the intended start page. Using it will prevent any directory from displaying within the scope of the DirectoryIndex directive.