From c3dfa3ccada2d9f0b5c7d6e1cc855bec784e541b Mon Sep 17 00:00:00 2001 From: RealRancor Date: Thu, 20 Aug 2015 11:24:28 +0200 Subject: Fix .htaccess: php_value should be integer --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 35c478860d5..392b9b41559 100644 --- a/.htaccess +++ b/.htaccess @@ -28,7 +28,7 @@ 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 + php_value output_buffering 0 SetEnv htaccessWorking true -- cgit v1.2.3