Redirect the page to another site/site collection in SharePoint

There can be some cases we may need to redirect some page or even home to another site or site collection (sub site may be). I observed that some developers trying from AAM or IIS but here I show easiest ways. There can be multiple ways to active this task. Easiest way using Js. window.location = “http://new-site/”; Take a copy of page (you want redirect) … Continue reading Redirect the page to another site/site collection in SharePoint