#328155 by cog.rusty: Allow third-party subdirectories with index.html or index.htm files.

merge-requests/26/head
Angie Byron 2009-05-16 13:19:12 +00:00
parent d3de6c8171
commit 2a56294315
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ ErrorDocument 404 /index.php
</Files>
# Set the default handler.
DirectoryIndex index.php
DirectoryIndex index.php index.html index.htm
# Override PHP settings that cannot be changed at runtime. See
# sites/default/default.settings.php and drupal_initialize_variables() in