add support for Apache 2.4

This commit is contained in:
coderkun 2014-08-09 00:30:45 +02:00
commit fdb115083e
2 changed files with 30 additions and 18 deletions

View file

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