View Single Post
  #5 (permalink)  
Old 10-01-2008, 16:00
WelshTom's Avatar
WelshTom WelshTom is offline
Moderator
 
Join Date: May 2007
Location: Newport, Wales
Posts: 842
Send a message via AIM to WelshTom Send a message via MSN to WelshTom Send a message via Yahoo to WelshTom
Default

Hello.

You can disable mod_Security by using .htaccess.

For example, if you have a directory called /phpbb, and want to disable mod_security within that directory, create a .htaccess file within that directory, and put this inside it:

Code:
<IfModule mod_security.c>
 
    SecFilterEngine Off
 
    SecFilterScanPOST Off
 
</IfModule>
PUTTING THIS INSIDE A .HTACCESS FILE IN THE ROOT DIRECTORY WILL DISABLE MOD_SECURITY FOR *EVERYTHING* - SO PLEASE ENSURE TO ONLY PUT IT IN THE DIRECTORY FOR WHICH YOU WANT MOD_SECURITY DISABLED
__________________
Thomas Williams
Founder of TWR Web Design

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote