Increase upload limit in wordpress with .htaccess file


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. php_value upload_max_filesize 64M
  2. php_value post_max_size 64M
  3. php_value max_execution_time 300
  4. php_value max_input_time 300

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.