staffing
New Member
- Messages
- 18
- Reaction score
- 0
- Points
- 1
I understand that you've updated the mod rewrite for the Apache servers to limit spamming, but my website no longer functions accordingly, certain functions I am limited to producing due to this issue. I can now no longer use ajax requests to update certain SQL queries, however at the same time I'm still able to do so for other functions on my webpage, is there a way that I can get around this somehow?
I've attempted to use this to solve the issue however that did not help me:
I've attempted to use this to solve the issue however that did not help me:
Code:
<ifmodule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</ifmodule>
Last edited: