View Single Post
  #3 (permalink)  
Old 04-06-2007, 09:00
Jack Jack is offline
Moderator
 
Join Date: Nov 2006
Posts: 255
Send a message via MSN to Jack
Default

put this code in your .htaccess to sort this problem :-


<IfModule mod_security.c>

SecFilterEngine Off

SecFilterScanPOST Off

</IfModule>
Reply With Quote