aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
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]
+
+