diff options
-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] |