Add the following code in the .htaccess file:
# ModSec Exceptions
<IfModule mod_security2.c>
SecRuleRemoveById 300076
</IfModule>
If the error message still appears. The problem is a ‘mod-security-error’
For serious errors simply turn off the whole ModSec:
<IfModule mod_security2.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Thread Starter
dejang
(@dejang)
Hi Ben,
Thank you very much for your respond. It helped me.
Best,
Dejan
Thread Starter
dejang
(@dejang)
right now is again the same problem 🙁
Thread Starter
dejang
(@dejang)
Oh, it’s fixed with the last 1.58 update. Thank you! 🙂