diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-02-26 12:34:12 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-02-26 12:34:12 -0800 |
commit | 5572c3a761b502a9ba54ec013e3a83792d545f7a (patch) | |
tree | 27b12d593c5c220d70d34ff16c8569f781e6c790 | |
parent | aa8bf3bbaa32aadc1d6147471a81c2fc37f8b188 (diff) | |
parent | 023f19e92984193af80b5796f85ba2f3cefcfddf (diff) | |
download | nextcloud-server-5572c3a761b502a9ba54ec013e3a83792d545f7a.tar.gz nextcloud-server-5572c3a761b502a9ba54ec013e3a83792d545f7a.zip |
Merge pull request #1929 from owncloud/htaccess-utf8
added defaultcharset to utf-8 in 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 |