Merge pull request #1929 from owncloud/htaccess-utf8

added defaultcharset to utf-8 in htaccess
This commit is contained in:
Thomas Müller 2013-02-26 12:34:12 -08:00
commit 5572c3a761
1 changed files with 1 additions and 0 deletions

View File

@ -32,4 +32,5 @@ RewriteRule ^remote/(.*) remote.php [QSA,L]
AddType image/svg+xml svg svgz AddType image/svg+xml svg svgz
AddEncoding gzip svgz AddEncoding gzip svgz
</IfModule> </IfModule>
AddDefaultCharset utf-8
Options -Indexes Options -Indexes