add RewriteBase to .htaccess files

This commit is contained in:
coderkun 2015-04-25 14:10:03 +02:00
commit 6b1814d118
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L,NE]