New in iPhone Development? You can now follow this blog on google readers or subscribe for email or Twitter!
If my tutorial help you then please donate, so that i continue writing free tutorials for every developer/programmer/freelancer
If my tutorial help you then please donate, so that i continue writing free tutorials for every developer/programmer/freelancer
Today I tried to install latest version on wordpress and come across an issue when i try to change the Premalinks in Dashboard.
Error was: 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
To fix this issue I google it and luckily find the solution:
IF YOU DO NOT HAVE an .htaccess in your wp-admin/ directory: create a text file on your desktop: put the following inside it: <IfModule mod_security.c> SecFilterInheritance Off </IfModule> save the file. name it whatever you want Upload the file to your wp-admin directory. Rename the uploaded file to .htaccess (with the .) IF YOU DO HAVE an .htaccess in your wp-admin/ directory: Edit it, and add the following: <IfModule mod_security.c> SecFilterInheritance Off </IfModule> save the new .htaccess
Popularity: 2% [?]
Related posts:
- Error launching remote program: security policy error. I was helping my friend to install application on his...
- iPhone Video Tutorial: Bypassing Code Signature in Xcode & Installing jail-break application to iPhone Video Tutorial to bypass code signature in Xcode and installing...
- Version Control in Xcode using SCM Use Xcode SCM to control your project versions....