Merge pull request #66 from simonwelsh/stupid-htaccess

Don't block rewriting .php URLs
This commit is contained in:
Sean Harvey 2014-08-18 10:54:04 +12:00
commit c23348d5d1
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$