From 2a691f930856be6dd6476f24a26fdce2edb6293f Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sat, 25 Dec 2010 23:49:57 +0100 Subject: [PATCH] fixed invalid module identifier in access file --- backend/.htaccess | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/backend/.htaccess b/backend/.htaccess index 3459c6a..4261867 100644 --- a/backend/.htaccess +++ b/backend/.htaccess @@ -1,8 +1,5 @@ - + RewriteEngine On - - RewriteCond %{REQUEST_FILENAME} !-f - RewriteCond %{REQUEST_FILENAME} !-d - + RewriteCond %{SCRIPT_FILENAME} !index.php$ RewriteRule (.*) index.php/$1 [L]