I changed the permalinks settings in my wordpress project. My wordpress is installed on a local server. When I query for the post
http://localhost/2010/03/hello-world
I get a error:
The requested URL /2010/03/hello-world.html was not found on this server.
At last I found what was wrong. I didn't turn on the rewrite function of the Apache Server.
See the original article: