From 92320b2b21c5e018a80c981bd421cef71c3fe20e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 28 Jan 2005 15:47:03 +0000 Subject: - Patch #10425 by ccourtne and walkah: added admin screens to maintain forums instead of forcing the user to add a taxonomy. --- .htaccess | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.htaccess') 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: - +# + # If you are using Apache 2, you have to use # instead of . php_value register_globals 0 -- cgit v1.2.3