From efec8082aa320c275d22f5c97e8074b4e8e1769f Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 11 Mar 2018 18:46:17 +0900 Subject: [PATCH] increase max upload size in .htaccess it seems host changes removed the system wide higher post/upload sizes. put them in htaccess now --- public_html/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public_html/.htaccess b/public_html/.htaccess index a43a34d6..9d13a711 100644 --- a/public_html/.htaccess +++ b/public_html/.htaccess @@ -82,3 +82,5 @@ AddType video/mp4 mp4 php_flag session.use_cookies on +php_value post_max_size 32M +php_value upload_max_filesize 32M