• Resolved eiramitak

    (@eiramitak)


    I have two installs of wordpress. I upgraded one yesterday and after that point I have been receiving 404 errors that show my template when I try to edit posts and add categories or links. I have no plugins installed and reset it to the default template.

    I also have a brand new install on a subdomain and I am having the exact same issues.

    Any help would be greatly appreciated!

Viewing 1 replies (of 1 total)
  • Thread Starter eiramitak

    (@eiramitak)

    Found the answer– just in case someone else needs to know…

    Its due to mod security that is installed on your server. Add 3 lines to your htaccess file and its fixed.

    <IfModule mod_security.c>
    SecFilterInheritance Off
    </IfModule>
Viewing 1 replies (of 1 total)
  • The topic ‘404 errors after upgrading to 2.2.1’ is closed to new replies.