From 023f19e92984193af80b5796f85ba2f3cefcfddf Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 26 Feb 2013 17:38:59 +0100 Subject: [PATCH] added defaultcharset to utf-8 in htaccess --- .htaccess | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5