View Single Post
  #2  
Old 17th October 2008, 03:34
djlee's Avatar
djlee djlee is offline
Senior Member
 
Join Date: Mar 2008
Posts: 183
Default
htaccess
Code:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
if that dont work then try disabling the module all together .. i.e. comment out or delete the line in httpd.conf that includes this module

edit: also remove any mod security lines in any vhost configs

Last edited by djlee; 17th October 2008 at 03:37.
Reply With Quote