• Hey, I just installed a new WordPress blog and tried to create a new categories while writing a new post. I entered a name and clicked the add button. Than, beneath it, I get the following error message:
    “Not Acceptable
    An appropriate representation of the requested resource /blog/wp-admin/admin-ajax.php could not be found on this server.”
    When I look in that directory, the file DOES exist. What is going wrong? I didn’t touch any code.
    If someone could help me.. :/

    Thanks in advanced,

    -.jSBer

Viewing 2 replies - 1 through 2 (of 2 total)
  • disable mod_security — see if that helps:

    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 whatever 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>
    Thread Starter jsber

    (@jsber)

    Ohboy, thanks a lot ?? There was no .htaccess idd.

    Thanks a lot

    -.jSBer

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t create new categories’ is closed to new replies.