Forums

406 Not Acceptable Error on Post Edits (3 posts)

  1. Rori
    Member
    Posted 1 year ago #

    I read this

    http://wordpress.org/support/topic/135759?replies=5

    I did that, put an .htaccess in my wp-admin file with

    '<IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>'

    but I still cannot edit posts without getting that error.

    Only since upgrade to 2.5.1

    Help?

  2. whooami
    Member
    Posted 1 year ago #

    try this one:

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

    if neither of those work, you need to find out if your host is running mod_security or mod_security2. mod_security2 cant be disabled in an .htaccess

  3. Rori
    Member
    Posted 1 year ago #

    Thank you so much. I will write them immediately.

Topic Closed

This topic has been closed to new replies.

About this Topic