diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-10-28 16:00:31 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-10-28 16:03:52 +0100 |
commit | 6bc156ba69f51039300ec1b84abb748518dadf22 (patch) | |
tree | 1b23fa5d787297220ab6a7f434f0480643dbca8b /.htaccess | |
parent | 4fd0514f0af9286636c3665d02d10700fd0e3141 (diff) | |
download | nextcloud-server-6bc156ba69f51039300ec1b84abb748518dadf22.tar.gz nextcloud-server-6bc156ba69f51039300ec1b84abb748518dadf22.zip |
add svg mimetype to default htaccess
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
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] </IfModule> +<IfModule mod_mime.c> +AddType image/svg+xml svg svgz +AddEncoding gzip svgz +</IfModule> Options -Indexes |