• Today morning suddenly I had problems in wordpress. I wrote a new topic and suddenly I had in my blog “error 403”

    I had to create a new hosting acount (it was free) and upload ALL wordpress archives from the beginin. But now, I can write and see my blog. But I CAN’T DELETE ANY POST. WordPress say me:

    “You don’t have permission to do that.”

    What is wrong?!?!?!!?!?!?!?!

Viewing 1 replies (of 1 total)
  • probably a problem with mod_security.
    I’ve found that there is a problem while deleting posts. I got a 403 error on admin-ajax.php and index.php so I have placed a .htaccess file in the wp-admin directory with

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

    perhaps this works for you too

Viewing 1 replies (of 1 total)
  • The topic ‘Suddenly I don’t have permission to delete’ is closed to new replies.