/ Published in: Other
Add this piece of code in your .htaccess file located in wordpress root directory
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<IfModule mod_security.c> <Files async-upload.php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule>