copy and paste following code in your .htaccess
Code:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
.htaccess file is located inside your public_html and you can edit this file from file manage in your control panel. You are facing this problem due to mod_security rules on the server.