• I just installed 2.7 as per instructions, using FTP (not Fantastico/Cpanel), and I keep getting this error when I try to edit a page I’ve created:

    Not Acceptable

    An appropriate representation of the requested resource /wp-admin/page.php could not be found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    I don’t know what to do. It usually pushes the changes through anyway, but it’s REALLY annoying. My previous blogs with v2.5 never used to do this, so I think it’s a 2.7 problem.

    I’m using the iNove theme, but since this is an admin page issue, I don’t think it’s related.

    Please help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Here is the quick fix the error:

    1. Download .htaccess file from your root directory or create one if not exist.
    2. Add following Line in .htaccess file.
    3. <IfModule mod_security.c>
      <Files post.php>
      SecFilterEngine Off
      SecFilterScanPOST Off
      </Files>
      </IfModule>
    4. If <IfModule mod_security.c> line already in your .htaccess file then place only <Files..></Files> block inside if module block.
    5. Save file and upload file to your host root directory.
    6. All done..
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit a Page, and get 406 Error?’ is closed to new replies.