From d428491020e51495c486c997f176ddcba1efd09c Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 18 Aug 2011 23:38:43 +0200 Subject: Improvements to .htaccess --- .htaccess | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 22cfebf..34aac8f 100644 --- a/.htaccess +++ b/.htaccess @@ -1,7 +1,11 @@ RewriteEngine On +Options FollowSymLinks RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) - [PT,L] -RewriteRule (.*) index.php/$1 [L] + +RewriteRule (.*) index.php?action=$1 [QSA,L] + + -- cgit v1.2.3-54-g00ecf