View Single Post
Old 23-05-2008, 08:03 AM   #1 (permalink)
Brian Turner
Business Guru
 
Brian Turner's Avatar
 
Join Date: Dec 2003
Location: Near Inverness, Highlands, Scotland
Posts: 7,679
Default Getting around mod_security settings

Had some awful problems with mod_security, not least at hosts like eukhost where mod_security is enabled and prevents basic installs of Wordpress and vbulletin from functioning.

Anyway, here's the code to paste into .htaccess to get around the mod_security settings and allow your site to work properly:

Quote:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
SecFilterCheckURLEncoding Off
</IfModule>
__________________
SEO specialist
Brian Turner is offline   Reply With Quote