This scenario may occur once our SharePoint site is able to be migrated to another site or it may be all the content might be migrated and all the users are familiar with the old site URL and not aware of the newly migrated SharePoint site.
In that case we can make use of this redirect option which will redirect the user to the new site whenever the user tries to access the old SharePoint site/page.
This can be done through the Master Page. Below are the steps,
- Go to Site Actions --> Site Settings --> Click Master pages and page layouts under Web Designer Galleries option.
NOTE :
If Master pages and page layouts option is not available then please enable Server Publishing feature both in Site and Site Collection level.
- Select the Default Master page which is enabled currently in your site. for E.G. "seattle.master".
- Download the copy of the Master page and just make a back up before editing.
- Once Back up is done try to edit the master page file. Try to edit in NotePad.
- In the Master Page files find where the META tag starts add the below line before the META tag,
- <meta http-equiv="Refresh" content="1; url=www.google.com">
- Once done save the file with the same name and extension and then upload it in the "Master Page and Page Layouts" gallery.
- After uploading the master page make sure it is approved and make it as a current master page. that's it we are done. so whenever a user tries to access your existing SharePoint page/Site he/she will be automatically redirected to google landing page.


gowtham pPosted Sep 19, 2019, 2:38 AM
How to redirect from my site page(I created one form by clicking submit button,it want to redirect into sp list) to an list in sharepoint 2013
jay mangiPosted Jan 16, 2018, 6:30 AM
How to revert it back if needed?
Vijay SPosted Apr 28, 2016, 7:42 AM
Thank you dude
Gowtham RajamanickamPosted Apr 22, 2016, 11:56 PM
Goos show