Forums

[resolved] Missing files...? (7 posts)

  1. kintora
    Member
    Posted 4 years ago #

    Hi! something weird is going on with my WP.

    When I logged in, I got this msg on my dashboard:

    " Apache/1.3.37 Server at http://www.free-spoken.net Port 80

    Not Acceptable
    An appropriate representation of the requested resource /wp-admin/index-extra.php could not be found on this server. "

    However, the file is on my server, I even deleted it and uploaded it again but it still doesn't work. I get this same problem when I tried to delete a blog entry:

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

    Any ideas why? :S

  2. kintora
    Member
    Posted 4 years ago #

    bump...... anyone?

  3. whooami
    Member
    Posted 4 years ago #

    disable mod_security:

    IF YOU DO NOT HAVE an .htaccess in your wp-admin/ directory:

    create a text file on your desktop:

    put the following inside it:

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

    name it anything you like and save the file.

    Upload the file to your wp-admin directory.

    Rename the uploaded file to .htaccess (with the .)

    IF YOU DO HAVE an .htaccess in your wp-admin/ directory:

    Edit it and add:

    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>
  4. kintora
    Member
    Posted 4 years ago #

    Tried it, it didn't work >.< Thank you though!

  5. whooami
    Member
    Posted 4 years ago #

    That has worked 100s of times previously..so im going to suggest trying again :)

    or I spose i can just point ya here:

    http://wordpress.org/search/wp-admin%2Findex-extra.php+could+not+be+found+on+this+server?forums=1

  6. kintora
    Member
    Posted 4 years ago #

    Changed it to
    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    and it worked :D Thanks!

  7. whooami
    Member
    Posted 4 years ago #

    thats redundant but ok..

    the first one turns it all off.
    the second one turns off looking at http_posts

    :)

Topic Closed

This topic has been closed to new replies.

About this Topic