Maybe not tricky for some, but tricky for me.
I recently moved things around on my blog and I need to easily redirect users to the new pages.
Previously, I had all of my articles linked like so:
http://www.my-site.com/blog/my-article-title
But I changed it to:
http://www.my-site.com/blog/article/my-article-title
I want to redirect users visiting "blog/my-article-title" to "blog/article/my-article-title".
The tricky part is that I have other sections to my blog, like archives and search, whose URLs are "blog/archives" or "blog/search". As you might already be thinking, a smarter solution is required so users looking for my archives page don't get forwarded to a non-existing article called "archives".
Any help?