Results 1 to 1 of 1
  1. #1
    Join Date
    Mar 2007
    Location
    127.0.0.1
    Posts
    1,661

    Default mod_security Fix (Problems with WordPress or phpBB3?)

    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 hosting.

    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 flesso; 05-11-2007 at 19:46.
    Josh

    Resident Blogger

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
  •