summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2015-01-28 11:07:44 +0100
committeremkael <emkael@tlen.pl>2015-01-28 11:07:44 +0100
commitb906d5eb0199625e8ae02545fdab2a151738da89 (patch)
tree742b69378ae931968f24932de74bb31b589c6139
parent6a900ef8a872a82ac44605572b2c9b392efffbf2 (diff)
* RewriteBase removed
-rw-r--r--http/.htaccess2
1 files changed, 0 insertions, 2 deletions
diff --git a/http/.htaccess b/http/.htaccess
index 28a620e..92130fb 100644
--- a/http/.htaccess
+++ b/http/.htaccess
@@ -1,7 +1,5 @@
RewriteEngine On
-RewriteBase /
-
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^[^\.]*$ index.php [QSA,L]