Wordpress: How to remove Page forbidden error while updating general options
Recently I had a new Wordpress installation over a new domain. Everything went fine except an option page error. While updating General Options I got the my dashboard page redirected to my blog front end & gave me a Page not found error. Searching through Wordpress forums, I came through this solution. It’s easy to remove this error by updating your .htaccess file. Open you .htaccess file and put these line to the end:
SecFilterEngine Off
SecFilterScanPOST Off
Save & upload your .htaccess & try to update your general options page now.
Related posts:
- 4 features I like about Wordpress 2.7 Dashboard homepage
- Reseting WordPress Password
- Wordpress: How to create a clean archives page
- Fix “Archive directory /var/cache/apt/archives/partial is missing” error
- Wordpress 2.7.1 released
No comments yet.
Leave a comment