Redirect Old Posts?
-
I have made several changes to an old/stagnant blog. Unfortunately, I screwed up most of my old links.
I need to find a way to redirect all pages, such as:
https://www.mypage.com/archives/2005/05/new-york-city
tohttps://www.mypage.com/blog/2007/05/new-york-city
You will notice that the blog is NOW located in a subdirectory “/blog” … and I have changed the year “/2005” to “/2007”. I believe that I can now change the “/archives” part to the subdirectory “/blog” and all the pages will pull up correctly in the search engines.
With .htaccess, I tried adding:
Redirect 301 archives/2005/05 https://www.manfare.com/blog/2007/05
and
RedirectPermanent archives/2005/05 https://www.manfare.com/blog/2007/05
but neither worked.
I’m losing LOTS of traffic to 404s. Any assistance would be appreciated! ??
- The topic ‘Redirect Old Posts?’ is closed to new replies.