Tweak .htaccess.

This commit is contained in:
Taylor Otwell 2013-06-15 13:15:13 -05:00
parent 19841d865d
commit 08cb97fa6d
1 changed files with 5 additions and 4 deletions

View File

@ -2,6 +2,7 @@
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>