I’ve opened a number of tickets with the blog migration team. Some of the issues have been fixed. The most significant remaining one is that many redirects from the old site are still broken.
In particular, the old URL http://blogs.msdn.com/b/oldnewthing/archive/yyyy/mm/dd/nnnn.aspx
redirects to https://blogs.msdn.microsoft.com/oldnewthing/archive/yyyy/mm/dd/nnnn.aspx
instead of to https://blogs.msdn.microsoft.com/b/oldnewthing/archive/yyyy/mm/dd/nnnn.aspx
The solution when you see a bad redirect is to insert the missing b/
. That will kick the redirection engine to send you to the correct final destination.
Well, sort-of. The final destination has a stray trailing slash, but the server doesn’t seem to mind.
Any other issues you see with the migration, put them in the comments below.
Thanks for your patience.
0 comments