403 Error When Updating
-
After upgrading to 2.7 I was unable to edit posts. After correcting an issue with .htaccess the problem disappeared. After a few days, however it is back.
Here is my .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
# END WordPressAs you can see, I’ve disabled the mod security yet I can no longer update any posts that are password protected. In addition, I can’t upload images using flash as it gives me an http error. Finally, since the upgrade my site has been loading very slowly (sometimes it takes up to 10 seconds to load a page).
I’ve repaired the database. I’ve followed the image uploader solutions in this post: https://www.ads-software.com/support/topic/164999?replies=1
All to no avail.
Is the problem with my host?
TIA
- The topic ‘403 Error When Updating’ is closed to new replies.