I installed mod_security and a set of rules. In doing so, the Post thanks system stopped working. Users were getting this error:
What is strange to me is that I have the following in my .htaccess in my /forums directory
Code:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Any idea how I can run mod_security and still have post thanks working?
Thanks