Skip to main content

Nicer URLs

I did a bit of work on the blog to give it the capability to generate nicer URLs without using .htaccess or mod_rewrite with Apache. Previously, all posts were looking like:

http://ghofulpo.com/blog/index.php?page=200810220519

Now, I can generate posts like:

http://ghofulpo.com/blog/index.php/2008/10/22/0519/Axe_Murder_Hollow

The two posts are equivalent, but hopefully the second one is a bit nicer to look at.

My hope is that these pages will be indexed by search engines a bit better. The old pages should continue to work as they did before.