From 6bc156ba69f51039300ec1b84abb748518dadf22 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sun, 28 Oct 2012 16:00:31 +0100 Subject: add svg mimetype to default htaccess --- .htaccess | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 11ee1d59f83..a5d51c78087 100755 --- a/.htaccess +++ b/.htaccess @@ -19,4 +19,8 @@ RewriteRule ^apps/contacts/carddav.php remote.php/carddav/ [QSA,L] RewriteRule ^apps/([^/]*)/(.*\.(css|php))$ index.php?app=$1&getfile=$2 [QSA,L] RewriteRule ^remote/(.*) remote.php [QSA,L] + +AddType image/svg+xml svg svgz +AddEncoding gzip svgz + Options -Indexes -- cgit v1.2.3