Ashley Cameron Design

Ashley Cameron Design

Shop the Creative Design Market

Good afternoon

Increase Upload Limit in WordPress with .htaccess

SnippetsWordPress

About a 1 minute read

"This is the real secret of life — to be completely engaged with what you are doing in the here and now. And instead of calling it work, realize it is play."

Alan Watts


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