Fixes "HTTP Error" when uploading in Wordpress


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

Add this piece of code in your .htaccess file located in wordpress root directory


Copy this code and paste it in your HTML
  1. <IfModule mod_security.c>
  2. <Files async-upload.php>
  3. SecFilterEngine Off
  4. SecFilterScanPOST Off
  5. </Files>
  6. </IfModule>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.