How To Increase WordPress Upload Limits Per Site
erics, Posted December 17th, 2011 at 10:14:07am
Add the following lines to .htaccess
in the root directory of your WordPress installation:
1 2 3 4 |
php_value upload_max_filesize 64M php_value post_max_size 64M php_value max_execution_time 300 php_value max_input_time 300 |
Leave Your Comment
All fields marked with "*" are required.