Merge pull request #3394 from simonwelsh/stupid-htaccess

Don't block rewriting .php URLs
This commit is contained in:
Sean Harvey 2014-08-18 10:54:10 +12:00
commit 672e817439

View File

@ -1528,7 +1528,6 @@ ErrorDocument 500 /assets/error-500.html
RewriteCond %{REQUEST_URI} ^(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !\.php$
RewriteRule .* $modulePath/main.php?url=%1&%{QUERY_STRING} [L]
</IfModule>
TEXT;