From 4304d61fe679c9101b8def456164b8b1629b049f Mon Sep 17 00:00:00 2001 From: Welling Guzman Date: Wed, 12 Apr 2017 16:26:47 -0400 Subject: [PATCH] do not force php configuration value (cherry picked from commit 2bb953efbe45407a5c10ff5b2ad4579a11c41655) --- .htaccess | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.htaccess b/.htaccess index df7017061e2dc..03b8666aaa8a7 100644 --- a/.htaccess +++ b/.htaccess @@ -36,17 +36,3 @@ AddType font/woff .woff RewriteRule (.*) index.php [L] - - - # default is 64, so 64 + 72 (post_max_size value) - php_value memory_limit 136M - - # default is 8, so 8 + 64 (upload_max_filesize value) - php_value post_max_size 72M - - # default is 2 - php_value upload_max_filesize 64M - - # E_ALL | E_STRICT - php_value error_reporting 32767 -