I’m migrating a Typepad install to a WordPress subdomain, and most of the links will be broken. The rewrites work so that:
http://mainsite.com/blogs
is rewritten to
http://blogs.mainsite.com
If a full link with article information is passed, it is rewritten as such;
http://mainsite.com/blogs/2014-13-7/article-title.html
to
http://blogs.mainsite.com/2014-13-7/article-title.html
I am looking for a way to feed the article title into WordPress’s search so even though the link is broken, it is easy for users with bookmarks find it.