summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-06-26 04:54:01 +0000
committerDries Buytaert <dries@buytaert.net>2003-06-26 04:54:01 +0000
commit594aff05f1acae4a8110ae132c7d302967da8f16 (patch)
treeca6321020e1bcb84e62091bf8f50d28ab9be0677 /.htaccess
parente95aa56e02215ae211942b4e3192a17f115e99c7 (diff)
downloadbrdo-594aff05f1acae4a8110ae132c7d302967da8f16.tar.gz
brdo-594aff05f1acae4a8110ae132c7d302967da8f16.tar.bz2
- Set some additional options to avoid installation pains.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess6
1 files changed, 5 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 82d34dea3..efcd679ed 100644
--- a/.htaccess
+++ b/.htaccess
@@ -8,8 +8,12 @@
deny from all
</Files>
-# Deny directory listings:
+# Set some options
Options -Indexes
+Options FollowSymLinks
+
+# Set the default handler to index.php:
+DirectoryIndex index.php
# Customized server error messages:
ErrorDocument 400 /error.php