From 2cfde7cd0b309e4ea959fa828e0c10804cd747b1 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 14 Mar 2016 19:40:57 +0100 Subject: [PATCH] Duplicate block for PHP 7 --- .htaccess | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.htaccess b/.htaccess index cddbd4f47de..0c31dcb0a58 100644 --- a/.htaccess +++ b/.htaccess @@ -37,6 +37,18 @@ SetEnv htaccessWorking true + + php_value upload_max_filesize 513M + 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 0 + + SetEnv htaccessWorking true + + RewriteEngine on RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]