Forums » Fixing WordPress » Category / Blog post

  • For some reason my wp wont let me add categorys or delete a blog post, when I delete a blog post it says it deleted it then I will go to another page and come back and the post I delted is back.

    Anyone know what could be causing this?

    Thanks…

    Oh and I’m using the newest version of wp…

Viewing 6 replies - 1 through 6 (of 6 total)
  • Is your host control panel cpanel 11?
    put this in your .htaccess file:

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

    for more details see this:
    http://wordpress.org/support/topic/104590?replies=28

    Thread Starter hinajls

    (@hinajls)

    Ok, I put that in the .htaccess on my wp files, and where at? Does it matter?

    Thanks

    Put the .htaccess file in the root of your wordpress directory.

    Thread Starter hinajls

    (@hinajls)

    Ok I was just wondering because this is what I have:

    # -FrontPage-

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

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

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName http://www.thisheart.net
    AuthUserFile /home/jshipton/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/jshipton/public_html/_vti_pvt/service.grp

    and it’s still doing the same, I went threw that link you gave me but it’s mostly about upgrades and mine isn’t an upgrade it’s a fresh install.

    Thread Starter hinajls

    (@hinajls)

    Ok, nevermind I got it working now, thanks alot…

    cheers 😉

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Category / Blog post’ is closed to new replies.