Forums

Forbidden on Dashboard and when trying to delete posts (5 posts)

  1. sheertalentx
    Member
    Posted 4 years ago #

    Forbidden
    You don't have permission to access /wp-admin/admin-ajax.php on this server.

    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.atomicxkiss.net Port 80

    Forbidden
    You don't have permission to access /wp-admin/index-extra.php on this server.

    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.atomicxkiss.net Port 80

    I've changed it from 644 to 755 and back and it makes no difference. I dunno what to do, I can't delete posts and my dashboard is funky. Never used wordpress before so I dunno what to do! Thanks for any help!

  2. whooami
    Member
    Posted 4 years ago #

    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>

    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:

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

    save the new .htaccess

  3. sheertalentx
    Member
    Posted 4 years ago #

    thanks so much it worked! I appreciate it!

  4. jasonmparker
    Member
    Posted 4 years ago #

    hmm... I have the same problem, am glad it worked for you sheertalentx, but I tried this solution, uploaded, and get an internal server error until I delete the .htaccess file.

  5. jasonmparker
    Member
    Posted 4 years ago #

    [my apologies for the redundant post, please ignore.]

Topic Closed

This topic has been closed to new replies.

About this Topic