I have 2 blogs,
Both are built in Jekyll. the first one is a new one where I want to keep all the posts from the 2nd one and use the 2nd one for something else. The problem is the 2nd one has been indexed on Google search and also has links at multiple different sites. So I want to redirect people visiting 2nd site to 1st one.
For eg: someone visiting 1st/things-to-do-in-havelock-island-andaman/ should be redirected to 2nd/things-to-do-in-havelock-island-andaman/
And I want to do in bulk for all /things-to-do-in-* urls.
Is there a way? I couldn’t find any solution apart from having all these posts in the older one and use a redirect_to. Can it be done without keeping all these pages?