aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorMaZderMind2016-12-26 00:30:23 +0100
committerMaZderMind2016-12-26 00:30:23 +0100
commit0beac83b9546908eeb390592bcd2a0a147465232 (patch)
treedf30e0a5d260c436540db5be31a86ef3530ce840 /.htaccess
parent51cf4686200b67afa08a49ef99b100d3773bade3 (diff)
repair routing under apache mod_php/mod_redir
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess6
1 files changed, 5 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 85a4c06..b688582 100644
--- a/.htaccess
+++ b/.htaccess
@@ -5,4 +5,8 @@ RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
-RewriteRule (.*) index.php?route=$1&htaccess=1 [L]
+RewriteRule (.*) index.php?route=$1&htaccess=1 [L,QSA]
+RewriteRule ^/?$ index.php?route=$1&htaccess=1 [L,QSA]
+
+#DirectoryIndex index.php?htaccess=1
+DirectoryIndex disabled