Don't block rewriting .php URLs

This commit is contained in:
Simon Welsh 2014-08-16 22:01:27 +10:00
parent 4e6e8f1dbc
commit 91d79860bd
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ ErrorDocument 500 /assets/error-500.html
RewriteCond %{REQUEST_URI} ^(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !\.php$
RewriteRule .* framework/main.php?url=%1 [QSA]
RewriteCond %{REQUEST_URI} ^(.*)/framework/main.php$