You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@ooo.lanl.gov> on 1995/08/16 19:08:45 UTC

dot problem

We traced the ".index.html" problem.

It *is* being configured properly, but if any .htaccess file
refers to index specific options, then the DirectoryIndex setting
gets thumped i.e.  .index.html  is dropped and index.html used instead.

examples,

with DirectoryIndex set to foo.html all works as expected until a
.htaccess file is encountered which refers to

IndexIgnore
AddDescription

and maybe others too.


I had a look at the code but couldn't trace back very far to work
out what was going on.


rob