Hello there, I am using a forum and whenever I try to post a really long tutorial, I always get this error that I am not allowed to access index.php. I think this might have to do with mod_security after doing a bit of googling around it might be preventing me to post due to keywords in my post. I saw one thing online say in order to turn off mod_security you have to add this to your .htaccess
I checked my .htaccess and this is already within the file but I am still unable to access index.php whenever I make long post. Any short post I write it instantly puts through.
Code:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
I checked my .htaccess and this is already within the file but I am still unable to access index.php whenever I make long post. Any short post I write it instantly puts through.