changian
Member
Posted 6 months ago #
Hi, never had this problem before. Today when I tried to update an existing page I was redirected to the homepage of my website, instead of the usual WP page containing the success/error message. The update isn't published. Tried to add a new post and got the same.
Deactivated all plugins and still the same - cannot update or add new post/page. Always redirect to the home page when trying to publish.
WP 2.7.1 Site www.propertyinkrabi.com Hosted by Micfo.
option8
Member
Posted 6 months ago #
i started noticing this, too, using 2.6.3 - so i updated to 2.7.1, and it's still doing it.
i thought maybe my host had changed something in .htaccess or PHP settings, but i can't see any errors or warnings in the logs, and i even took out the .htaccess temporarily. still nothing.
i've also tried reapplying 755 permissions to everything, deactivating all my plugins, and removing and reinstalling 2.7.1 - still broken.
option8
Member
Posted 6 months ago #
odd... i thought the site was being hosted at Network Solutions, but doing a lookup on the domain, it's coming back as a Micfo address as well.
maybe Micfo broke something on their end?
option8
Member
Posted 6 months ago #
based on one of several other posts along these lines, i was able to fix the problem. it's related to mod_security, and, at least on my server, the fix was to add this to a .htaccess file inside the wp-admin directory:
<IfModule mod_security.c>
SecFilterInheritance Off
</IfModule>