From: Jason Woofenden Date: Wed, 2 Nov 2011 08:30:28 +0000 (-0400) Subject: Set php's max file upload size to 20MB X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=0defdb39c2df636ce2cf2e17d2882042097dc4f1;hp=9c12ad2504a6230ec3dcaeb0f3ea3d0fe4e12449;p=wfpl-cms.git Set php's max file upload size to 20MB Default on debian seems to be 2MB?! --- diff --git a/.htaccess b/.htaccess index 69c8641..832b4a5 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,5 @@ -# php_value post_max_size 205M -# php_value upload_max_filesize 200M +php_value post_max_size 25M +php_value upload_max_filesize 20M php_flag register_globals off php_flag magic_quotes_gpc off Options -MultiViews