summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-16 13:19:12 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-16 13:19:12 +0000
commit2a5629431504fdbd15f3d2f1fb10176c6a6357fc (patch)
tree8744909974e05a2f2081a8bf8476216e186ef6ac /.htaccess
parentd3de6c817152ecc25f7084d76af7002490582324 (diff)
downloadbrdo-2a5629431504fdbd15f3d2f1fb10176c6a6357fc.tar.gz
brdo-2a5629431504fdbd15f3d2f1fb10176c6a6357fc.tar.bz2
#328155 by cog.rusty: Allow third-party subdirectories with index.html or index.htm files.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 8b716677d..35059cd60 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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