From f263b48de0877d16b11e2bac26c8512af6d52dc0 Mon Sep 17 00:00:00 2001 From: Danilo Cuculic Date: Wed, 15 Jun 2016 17:18:53 +1000 Subject: [PATCH] htaccess rewrite recursion in folders/files whitelist Fixes #1860 Fixes #1826 --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 36854b900..4f20d3682 100644 --- a/.htaccess +++ b/.htaccess @@ -29,6 +29,7 @@ ## White listed folders and files ## RewriteCond %{REQUEST_FILENAME} -f + RewriteCond %{REQUEST_FILENAME} !^index\.php$ RewriteCond %{REQUEST_FILENAME} !\.js$ RewriteCond %{REQUEST_FILENAME} !\.map$ RewriteCond %{REQUEST_FILENAME} !\.ico$