Modify image upload limits in WordPress

Simply add the following content to your .htaccess file:

increase php limits

php_value upload_max_filesize 3072M

php_value post_max_size 3072M

php_value memory_limit 3072M

php_value max_execution_time 900

php_value max_input_time 900

php_value max_input_vars 5000


Discover more from Fusionveil

Subscribe to get the latest posts sent to your email.

Other Articles

Leave a Reply