From: Bernhard Posselt Date: Tue, 26 Feb 2013 16:38:59 +0000 (+0100) Subject: added defaultcharset to utf-8 in htaccess X-Git-Tag: v5.0.0RC1~34^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=023f19e92984193af80b5796f85ba2f3cefcfddf;p=nextcloud-server.git added defaultcharset to utf-8 in htaccess --- diff --git a/.htaccess b/.htaccess index 048a56d6389..463b49993e6 100755 --- a/.htaccess +++ b/.htaccess @@ -32,4 +32,5 @@ RewriteRule ^remote/(.*) remote.php [QSA,L] AddType image/svg+xml svg svgz AddEncoding gzip svgz +AddDefaultCharset utf-8 Options -Indexes