summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-02-20 11:24:30 +0000
committerDries Buytaert <dries@buytaert.net>2005-02-20 11:24:30 +0000
commitc7a200d403a36bf7845713ed7d37a4c28e3d3029 (patch)
treee31ab3b54d0af2d61dbe23dee3c76846daebc3ba /.htaccess
parent9ed1a74c5d0742bc908632ae6d44edb6b1e035fa (diff)
downloadbrdo-c7a200d403a36bf7845713ed7d37a4c28e3d3029.tar.gz
brdo-c7a200d403a36bf7845713ed7d37a4c28e3d3029.tar.bz2
- Set the DirectoryIndex.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 50d12789e..caeee72fb 100644
--- a/.htaccess
+++ b/.htaccess
@@ -16,7 +16,7 @@ Options +FollowSymLinks
ErrorDocument 404 /index.php
# Set the default handler to index.php:
-#DirectoryIndex index.php
+DirectoryIndex index.php
# Overload PHP variables:
<IfModule mod_php4.c>