From: Daniel Gruno
Note: Multiple DirectoryIndex
+ directives within the same context will add to the list of resources to
+ look for rather than replace:
+
+# Set the index files to look for +DirectoryIndex index.html index.htm + +# This will add dynamic files to the list rather than replace it +DirectoryIndex index.php index.pl index.lua + +# To replace the list, we must first reset it, then set the new list +DirectoryIndex disabled +DirectoryIndex index.py ++ + diff --git a/docs/manual/mod/mod_dir.xml.ja b/docs/manual/mod/mod_dir.xml.ja index f963890378e..0ddd5e43b45 100644 --- a/docs/manual/mod/mod_dir.xml.ja +++ b/docs/manual/mod/mod_dir.xml.ja @@ -1,7 +1,7 @@ - + + +