Hello,
I'm currently in the process of making my own CMS website for a community. One (well, technically 58, but they all use the same code but with different variables for the database) of the pages submits information to a database using a textarea with an HTML WYSIWYG editor (SCEditor).
Up until now, I've been having no trouble submitting forums with it. But recently, for some unknown reason, it's started to give me 403 Forbidden errors every time I try to update the database through the PHP page. Now, normally I'd assume the fact that mod_security in Apache is doing this because I'm using HTML in the submissions...except for the fact that I'm using nearly the exact same code in a few other pages, but it doesn't give me a 403 Forbidden error there.
I've tried submitting the exact same HTML content on another form I have, but I don't get the 403 Forbidden error there and it works...as far is I know, it only happens when trying to update certain tables in the database.
Is there any solution to this? I'm not quite sure what's going on myself, but if you need any additional information, just ask.
Thank you for your time.
I'm currently in the process of making my own CMS website for a community. One (well, technically 58, but they all use the same code but with different variables for the database) of the pages submits information to a database using a textarea with an HTML WYSIWYG editor (SCEditor).
Up until now, I've been having no trouble submitting forums with it. But recently, for some unknown reason, it's started to give me 403 Forbidden errors every time I try to update the database through the PHP page. Now, normally I'd assume the fact that mod_security in Apache is doing this because I'm using HTML in the submissions...except for the fact that I'm using nearly the exact same code in a few other pages, but it doesn't give me a 403 Forbidden error there.
I've tried submitting the exact same HTML content on another form I have, but I don't get the 403 Forbidden error there and it works...as far is I know, it only happens when trying to update certain tables in the database.
Is there any solution to this? I'm not quite sure what's going on myself, but if you need any additional information, just ask.
Thank you for your time.