Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

mod_security Fix (WordPress or phpBB3)

Feb 8, 2012, 13:10
Post: #1
mod_security Fix (WordPress or phpBB3)
It has come to my attention that many people have had problems with mod_security on the AVANETCO 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:
PHP Code:
<IfModule mod_security.c>
 
    
SecFilterEngine Off
 
    SecFilterScanPOST Off
 
</IfModule
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.

█| AvaNetco.com Hosting Company Shared Hosting , VPS , Dedicated
█| 24/7 Server Management, Outsourced Support, Web Development
█| High Quality virtual servers with lots of Guaranteed RAM and HDD space, Impeccable Service.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread:
1 Guest(s)

Return to Top