summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-01-28 15:47:03 +0000
committerDries Buytaert <dries@buytaert.net>2005-01-28 15:47:03 +0000
commit92320b2b21c5e018a80c981bd421cef71c3fe20e (patch)
tree65737f4614d9199e7ea035d00eaa751e0962f38a /.htaccess
parentbb4dff0c920bb2e9441832131721df071c1ddf8a (diff)
downloadbrdo-92320b2b21c5e018a80c981bd421cef71c3fe20e.tar.gz
brdo-92320b2b21c5e018a80c981bd421cef71c3fe20e.tar.bz2
- Patch #10425 by ccourtne and walkah: added admin screens to maintain forums instead of forcing the user to add a taxonomy.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess5
1 files changed, 3 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index a446127af..865828a75 100644
--- a/.htaccess
+++ b/.htaccess
@@ -16,10 +16,11 @@ 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>
+#<IfModule mod_php4.c>
+<IfModule sapi_apache2.c>
# If you are using Apache 2, you have to use <IfModule sapi_apache2.c>
# instead of <IfModule mod_php4.c>.
php_value register_globals 0