Skip to content

Commit

Permalink
Fixed RewirteRule
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbert Orzechowicz committed Oct 12, 2012
1 parent 674bc85 commit 32d7388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32d7388

Please sign in to comment.