JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
bump max upload filesize 20->200MB
authorJason Woofenden <jason@jasonwoof.com>
Tue, 19 Apr 2016 22:00:50 +0000 (18:00 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Tue, 19 Apr 2016 22:00:50 +0000 (18:00 -0400)
.htaccess

index 03351d2..092abd1 100644 (file)
--- 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
 php_flag register_globals off
 php_flag magic_quotes_gpc off
 DirectorySlash Off