View Single Post
  #5 (permalink)  
Old 10-03-2008, 18:26
Jack Jack is offline
Moderator
 
Join Date: Nov 2006
Posts: 281
Send a message via MSN to Jack
Default

Quote:
Originally Posted by dolfrog View Post
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>
Reply With Quote