Hello,
I'm getting this error message:
And I've been told that I have to add this in .htaccess:
Which is impossible now.
I've tried to add it in httpd.conf but didn't solve the problem.
How can I solve this? OR Disable mod_sec on one domain?
I'm getting this error message:
Code:
Not Acceptable
An appropriate representation of the requested resource /admin/index.php could not be found on this server.
Code:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
I've tried to add it in httpd.conf but didn't solve the problem.
How can I solve this? OR Disable mod_sec on one domain?