summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-03-26 16:54:15 +0100
committerLukas Reschke <lukas@owncloud.com>2015-03-26 16:54:54 +0100
commit3232dc76d4b4252ef312285071103bcb1d5d367c (patch)
treea9dc29fa7f9ebc39124e91d293aa5fadeeb6c23c /.htaccess
parentc0bcaa49804eb82fa23f3624e68b7e62c8ac687a (diff)
downloadnextcloud-server-3232dc76d4b4252ef312285071103bcb1d5d367c.tar.gz
nextcloud-server-3232dc76d4b4252ef312285071103bcb1d5d367c.zip
Synchronize PHP settings with master
Fixes https://github.com/owncloud/core/issues/15044
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index ba31b6ec378..654bb6c04e7 100644
--- a/.htaccess
+++ b/.htaccess
@@ -13,6 +13,8 @@ php_value post_max_size 513M
php_value memory_limit 512M
php_value mbstring.func_overload 0
php_value always_populate_raw_post_data -1
+php_value default_charset 'UTF-8'
+php_value output_buffering off
<IfModule mod_env.c>
SetEnv htaccessWorking true
</IfModule>