Table of Contents
Requirement: Create a redirect in SharePoint Online.
Redirects are a great way to send your visitors automatically to another page or forward users to other sites from your SharePoint Online when they try to access a page that doesn’t exist or has been moved. This can be helpful if you want to reorganize your website or have content moved, but you want to make sure that people can still find what they’re looking for. This article will show you how to create a Redirect in SharePoint Online.
In classic SharePoint sites, we’ve script editor web part and redirect can be achieved with JavaScript as in my other article How to Redirect using JavaScript in SharePoint?. Now, We have a modern site collection at “https://crescent.sharepoint.com/sites/sales” and we wanted to redirect that site to another site called sales hub created at “https://crescent.sharepoint.com/sites/saleshub”. So here is how to redirect the home page to another site collection: Create a News link page in SharePoint Online site and then set that page as “Home Page”, so that when users visit a particular site, they’ll be taken to the link provided in the news link. Here are the steps to create a site redirect in SharePoint Online. You can use this method to redirect both subsite and site collections.
- Login to your SharePoint Online site, click on the “New” button in the toolbar, and choose “News link”
- Provide the link to redirect. (in my case it’s the URL of the hub site “https://crescent.sharepoint.com/sites/saleshub”), give a title to it, and click on “Post” to create a news link.
Step 2: Set the Redirect page as the Home page
Once you have created the redirect page, the next step is to set the redirect page as a home page so that it takes the user to the new site when they visit the site’s home page.
- Visit the “Site Pages” library by going to site contents >> Site Pages
- Right-click on the redirect page you created and then choose “Set as Home page”.
From now on, when a user visits the home page, they’ll be redirected immediately to the new site link configured on the redirect page. Visit the “Site Pages” library and edit the “Redirect” page you configured if you want to change the redirect. E.g., In my case, It is: https://crescent.sharepoint.com/sites/Sales/SitePages/
Undoubtedly, redirects are a great way to keep users from getting lost on your site and improve the user experience. Please note, this method only redirects users to the new site when they visit the home page and not any particular list or library! This method works for classic sites as well (meaning, you can create a News link in classic SharePoint sites and follow the above steps).