From 91d79860bd5a106ad38cdd540878081908ecd777 Mon Sep 17 00:00:00 2001 From: Simon Welsh Date: Sat, 16 Aug 2014 22:01:27 +1000 Subject: [PATCH] Don't block rewriting .php URLs --- .htaccess | 1 - 1 file changed, 1 deletion(-) diff --git a/.htaccess b/.htaccess index 683ba0b..84c52d2 100644 --- a/.htaccess +++ b/.htaccess @@ -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$