mod_security Fix

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    mod_security Fix

    It has come to my attention that many people have had problems with mod_security on the eUK servers. The main problem is that people are being redirected back to their homepages when clicking save or submitting forms etc. To overcome this the following code will need to be placed on your .htaccess file which will need to be located at the root of your website.

    Code:
     
    <IfModule mod_security.c>
     
        SecFilterEngine Off
     
        SecFilterScanPOST Off
     
    </IfModule>
    Note: Thanks to Mark (eUKhost.com) for this code.

    You should disable mod_security with the above code only, if you don't see any other alternative. Disabling mod_security will leave your CMS or blog open for hacking attempts.
    Last edited by Josh; 05-11-2007, 19:46.
Working...
X