• After I upload some headers in the TwentyTen theme to find which one fits best to my blog, I click on Media>Library from the WP Dashboard to delete those that I wouldn’t use and I got an error like this:
    406 Not Acceptable
    An appropriate representation of the requested resource /wp-admin/upload.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.

    The funny part is that upload.php file already exists on my server.

    Any thoughts?
    Thnx

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress.

    Thread Starter hkalant

    (@harryplusk)

    @esmi I did it. But it didn’t work.

    The problem is nothing to do with your wp-folders. It’s a problem with your Apache configuration.

    If you have ftp access, edit your .htaccess file to turn Mod Sec off:

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

    If you don’t, contact your webhost and ask them to do it for the folder containing your blog.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘406 Not Acceptable Error’ is closed to new replies.