• Resolved thetiff

    (@thetiff)


    Everytime I try to click “Add” in the category box, a small window shows up, and says:

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

    I need major help here.

    I’m using version 2.2.1, if that helps.

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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, and add the following:

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

    save the new .htaccess

    Thread Starter thetiff

    (@thetiff)

    Should i save it as a .css or .php? or .js?

    did you read what I wrote? Follow the instructions.

    What you name the file on your pc doesnt matter — what matters is that it is named properly once its uploaded to your wp-admin/

    .htaccess

    NO extension.

    WITH the .

    Thread Starter thetiff

    (@thetiff)

    Oh I get it, thanks for helping me, I really appreciate it.

    Im assuming that fixed your problem — please mark this thread as resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘HELP: I can’t categorize my entries.’ is closed to new replies.