hello,
I am interested in a plugin/hack that would allow for the permalink URLs to be search engine friendly. In other words, the post title would be included in the URL. To illustrate:
http://www.blog.com/wordpress/index.php?p=52
would become
http://www.blog.com/wordpress/index.php?p=post-title.html
or
http://www.blog.com/wordpress/2004/11/post-title.html
Is this possible through a plugin? If not, is leveraging apaches URL rewrite the best approach?