cannot save/publish wordpress page - security module blocking form post with html form tags in field

Status
Not open for further replies.

webdevex

New Member
Messages
6
Reaction score
0
Points
1
Hi.
I am having the same problem this person had which was solved but the solution was not stated and it may require x10hosting support to implement:
http://kpatel.x10host.com/wordpress/the-403-forbidden-dance/

I can post the form and save or publish the wordpress page as long as the <form> tags are not present.

It seems that apache security module mod_security is not allowing me to post a form in the wordpress admin that contains <form></form> tags even though I am an admin and need to do this to add an html form to a page in wordpress.

Tried the following but it seems to be blocked on the server somewhere:

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

Please help!
Thank you!
 
Status
Not open for further replies.
Top