Quote:
Originally Posted by dolfrog
Hi
I have the same problem
I have found the htaccess file,
still confused.
What code do i need to install or change,
and where in the file do i need to install it
being a typical newbie
|
You can add this code in .htaccess file for that particular domain on which you are getting mod security errors.
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
SecFilterCheckURLEncoding Off
</IfModule>