• Hey everyone,

    I was trying to delete some of the posts I’d put up while trying to get my new blog going, and came up with an error that read as follows:

    “Not Acceptable
    An appropriate representation of the requested resource /pat/wp-admin/admin-ajax.php could not be found on this server.

    Apache/1.3.37 Server at http://www.revolutionaryresponse.com Port 80″

    I read through some of the documentation on this board, and found two solutions. Both required uploading a file that included one of the following:

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

    and

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

    I know I am copying correctly and that I am changing the name correctly because the first time I tried it I didn’t spell the .htaccess filename correctly, which caused me to double check again.

    The following error comes up when I upload and rename the .htaccess file, and then try to open any page with my admin section:

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@revolutionaryresponse.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/1.3.37 Server at http://www.revolutionaryresponse.com Port 80

    I have removed the .htaccess file from my wp-admin folder for the time being until I can get some help.

    Thanks very much in advance.

Viewing 1 replies (of 1 total)
  • have you found any solution to this? I’m also experiencing the same problem. I actually installed the latest version 2.3.1, but still the errors are there

Viewing 1 replies (of 1 total)
  • The topic ‘Trouble deleting topics.’ is closed to new replies.