From 3ddd9db2af7985c1e499419ee92219c2facf6ae0 Mon Sep 17 00:00:00 2001 From: secretr Date: Wed, 3 Dec 2008 20:57:22 +0000 Subject: [PATCH] htaccess fixes - thanks streaky --- e107.htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e107.htaccess b/e107.htaccess index 0799fdab7..5d6aa12e6 100644 --- a/e107.htaccess +++ b/e107.htaccess @@ -1,4 +1,4 @@ -Options +FollowSymlinks + RewriteEngine On ### Set this to your e107 site root @@ -10,6 +10,7 @@ RewriteRule ^news/?$ news.php RewriteRule ^news/([a-z]+)-([0-9]+)-([0-9]+)(\.html)?$ news.php?$1.$2.$3 [L] #extend, cat, list actions RewriteRule ^news/([a-z]+)-([0-9]+)(\.html)?$ news.php?$1.$2 [L] + #ErrorDocument 400 /error.php?400 #ErrorDocument 401 /error.php?401