In WordPress 3.1 a post can be reached a number of ways, for example each one of these takes you to the same post (where /id is the base)
http://myblog.com/id/1008
http://myblog.com/id/1008/my-slug
http://myblog.com/my-slug
How can I tell WordPress to redirect all of these variations to
http://myblog.com/id/1008/my-slug
?