ACCUWEBHOSTING.COM
Live Chat
Sales / Billing / Support
Support
FAQ, Help Desk
Affiliate
Earn $20.00 / Sale
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    ryan is offline Member ryan is on a distinguished road
    Join Date
    Jun 2008
    Age
    21
    Posts
    98
    Blog Entries
    29
    Rep Power
    27

    Default How to disable mod_security from .htaccess?



    How to disable mod_security from .htaccess?

    odSecurity is an open source embeddable web application firewall, or intrusion detection and prevention engine for web applications
    ModSecurity provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring and real-time analysis with no changes to existing infrastructure, by operating as an Apache Web server
    module mod_security or standalone, and thus increase web application security
    If you’re using Apache web server (which mostly do), mod_security can be disabled by adding a specific in .htaccess file. Locate the .htaccess file in Apache web
    root directory (public_html or /var/www/ or others), if it does not exist, create a new file named .htaccess, and add in the following code:

    SecFilterEngine Off
    SecFilterScanPOST Off

    The above entries in the .htaccess will disable the ModSecurity (mod_security) module for the domain.
    Best regards,

    Ryan S.

    Best Wordpress Themes

  2. #2
    d2hsean is offline Junior Member d2hsean is on a distinguished road
    Join Date
    Jan 2010
    Location
    USA
    Posts
    12
    Rep Power
    0

    Default Re: How to disable mod_security from .htaccess?

    Hi,

    Just add the following code in your .htaccess:

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

  3. #3
    Nashflower is offline Junior Member Nashflower is on a distinguished road
    Join Date
    May 2010
    Posts
    3
    Rep Power
    0

    Default Re: How to disable mod_security from .htaccess?



    It is quite common that mod_security is interfering the functions of your web applications. mod_security is installed and enabled by your web server admin but you can still disable it for your individual website using .htaccess file by following this tutorial.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
© Copyright 2010 - 2020 AccuWebHosting.Com. All rights reserved. AccuWebHosting.com,
48 Bi-State Plaza #185 Old Tappan, NJ 07675, United States of America

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45