diff options
author | Bernhard Posselt <nukeawhale@gmail.com> | 2013-02-26 17:38:59 +0100 |
---|---|---|
committer | Bernhard Posselt <nukeawhale@gmail.com> | 2013-02-26 17:38:59 +0100 |
commit | 023f19e92984193af80b5796f85ba2f3cefcfddf (patch) | |
tree | cc46c9f1ed9a87a4d2fe15afd275212258fd6973 /.htaccess | |
parent | b987c76d16a6bdaf931776763dea18915c99e804 (diff) | |
download | nextcloud-server-023f19e92984193af80b5796f85ba2f3cefcfddf.tar.gz nextcloud-server-023f19e92984193af80b5796f85ba2f3cefcfddf.zip |
added defaultcharset to utf-8 in htaccess
Diffstat (limited to '.htaccess')
-rwxr-xr-x | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
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 </IfModule> +AddDefaultCharset utf-8 Options -Indexes |