Fixed RewirteRule

This commit is contained in:
Norbert Orzechowicz
2012-10-12 10:16:07 +02:00
parent 674bc85815
commit 32d7388782

View File

@@ -3,7 +3,7 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
RewriteRule ^(.*)$ /index.php [L,NC]
</IfModule>
<Files config.ini>
order allow,deny