correct trifles

This commit is contained in:
coderkun 2013-09-22 21:41:38 +02:00
commit 23346a78b5
6 changed files with 3 additions and 33 deletions

View file

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