I have a blog that I moved from one host to another, and from Movable Type to WordPress. I just realized that posts that link to other posts on the new blog still use the url format from the old blog.

Clicking on a link like this breaks due to the new url format.

http://onlinedatingpost.com/archives/2005/12/20/vivox_the_next_big_thing_in_online_dating.php

I want to redirect to this:

http://onlinedatingpost.com/archives/2005/12/vivox_the_next_big_thing_in_online_dating/

What I don’t get is how to remove the day of the month. Removing .php suffix and adding the trailing slash is simple.

Anyone know how to do this?