From 403684b7951e82364b16d309074dbe011ed7d9e9 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Tue, 19 Apr 2016 18:00:50 -0400 Subject: [PATCH] bump max upload filesize 20->200MB --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 03351d2..092abd1 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,5 @@ -php_value post_max_size 25M -php_value upload_max_filesize 20M +php_value post_max_size 250M +php_value upload_max_filesize 200M php_flag register_globals off php_flag magic_quotes_gpc off DirectorySlash Off -- 1.7.10.4