From 2293531410833132a0498e61c110af4e056ba2d9 Mon Sep 17 00:00:00 2001 From: secretr Date: Sat, 10 Dec 2011 00:08:51 +0000 Subject: [PATCH] RewriteBase made optional in htaccess template (rewrite should work fine without it in almost every case) --- e107.htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e107.htaccess b/e107.htaccess index 5701d1a72..5916e8cb5 100644 --- a/e107.htaccess +++ b/e107.htaccess @@ -13,7 +13,8 @@ RewriteEngine On ### Set this to your e107 site root, path relative to web root - RewriteBase / +### Uncomment it in case your server isn't able to rewrite proper + #RewriteBase / ### send 404 on missing files in these folders RewriteCond %{REQUEST_URI} !^/(e107_images|e107_files)/