
Originally Posted by
bigguy
Try a search for mod_security at either my site (link in sig) or at simplemachines.org I'm sure you will find your answers.
I searched for mod_security on your site and removed the current htaccess file and placed this in,
Code:
<IfModule mod_security.c>
# Turn off mod_security filtering. SMF is a big boy, it doesn't need its hands held.
SecFilterEngine Off
# The below probably isn't needed, but better safe than sorry.
SecFilterScanPOST Off
</IfModule>
Unfortunately i still get the same error.
Edit: i have also placed a copy in the root directory of my smf installation but it still comes up with that error.