From 634600439814b4bd1003619f598c6acb8e7e1c67 Mon Sep 17 00:00:00 2001 From: Nick Spiel Date: Thu, 8 Oct 2015 17:35:42 +1100 Subject: [PATCH] Allowing SVGs in the assets directory This should be combined with a PR I have started on silverstripe-framework https://github.com/silverstripe/silverstripe-framework/pull/4669 --- assets/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/.htaccess b/assets/.htaccess index dd7381f..38f1742 100644 --- a/assets/.htaccess +++ b/assets/.htaccess @@ -22,7 +22,7 @@ # Please note Apache 1.3 does not support regular expression case insensitive matches using PCRE style. # Deny from all - + Allow from all