/ Published in: Other

Add this piece of code in your .htaccess file located in wordpress root directory
Expand |
Embed | Plain Text
<IfModule mod_security.c> <Files async-upload.php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule>
You need to login to post a comment.