aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2011-08-18 23:38:43 +0200
committerKevin Chabowski <kevin@kch42.de>2011-08-18 23:38:43 +0200
commitd428491020e51495c486c997f176ddcba1efd09c (patch)
tree135b447ab5af16a56487decc7ad0fd700d118791 /.htaccess
parent95d1c61c6352d126ff77222eb88fc576b210621f (diff)
downloadratatoeskr-cms-d428491020e51495c486c997f176ddcba1efd09c.tar.gz
ratatoeskr-cms-d428491020e51495c486c997f176ddcba1efd09c.tar.bz2
ratatoeskr-cms-d428491020e51495c486c997f176ddcba1efd09c.zip
Improvements to .htaccess
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess6
1 files changed, 5 insertions, 1 deletions
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]
+
+