Redirecting a url - Wordpress
Posted
by duckofrubber
on Stack Overflow
See other posts from Stack Overflow
or by duckofrubber
Published on 2010-03-28T19:52:39Z
Indexed on
2010/03/28
20:03 UTC
Read the original article
Hit count: 177
Hi,
I'm working on a wordpress site, with a blog post that ends like: http://www.blog.com/?p=2. However, I need to change the wordpress settings so that posts end in the following format: http://www.blog.com/02/11/2009/this-is-a-post. When I do this, obviously it will break outside links to the post that is named http://www.blog.com/?p=2.
So my question is how can I manaully redirect a url http://www.blog.com/?p=2 to go to a working url http://www.blog.com/02/11/2009/this-is-a-post ?
Thanks.
© Stack Overflow or respective owner