Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-26 20:38:59 +0400
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-26 20:38:59 +0400
commit023f19e92984193af80b5796f85ba2f3cefcfddf (patch)
treecc46c9f1ed9a87a4d2fe15afd275212258fd6973 /.htaccess
parentb987c76d16a6bdaf931776763dea18915c99e804 (diff)
added defaultcharset to utf-8 in htaccess
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess1
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