View Single Post
  #11 (permalink)  
Old 05-08-2007, 20:29
Rock Rock is offline
System Administrator
 
Join Date: Dec 2006
Location: localhost
Posts: 725
Lightbulb

If you want you can disable mod_security from your .htaccess file using following code :-

Code:
<IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
</IfModule>
__________________

Rock _a.k.a._ Jack L.

http://www.eUKhost.com
Windows Hosting || Windows Reseller Hosting
Reply With Quote