From 04be57318733ec532bf4b3c14385e5354eeced9a Mon Sep 17 00:00:00 2001 From: Nightjar Date: Sat, 25 May 2013 19:43:13 +1200 Subject: [PATCH] case insensitive the assets/ allowed extensions for Apache --- assets/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/.htaccess b/assets/.htaccess index 14d3bca..070e663 100644 --- a/assets/.htaccess +++ b/assets/.htaccess @@ -23,7 +23,7 @@ # does not support regular expression case insensitive matches using PCRE style. # Deny from all - + Allow from all