diff options
author | emkael <emkael@tlen.pl> | 2015-01-28 11:07:44 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-01-28 11:07:44 +0100 |
commit | b906d5eb0199625e8ae02545fdab2a151738da89 (patch) | |
tree | 742b69378ae931968f24932de74bb31b589c6139 /http/.htaccess | |
parent | 6a900ef8a872a82ac44605572b2c9b392efffbf2 (diff) |
* RewriteBase removed
Diffstat (limited to 'http/.htaccess')
-rw-r--r-- | http/.htaccess | 2 |
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] |