Don't block rewriting .php URLs

This commit is contained in:
Simon Welsh 2014-08-16 22:08:52 +10:00
parent 0b6c68f903
commit b9ae401772

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;