如何将主页URL重定向到sharepoint 2013中的特定必需URL.

问题描述

如何在SharePoint 2013中做到这一点 如果我输入此网址 https://example.com/abc/sites/home.aspx ,则应重定向 https://example.com/abc/sites/home/Menu.aspx

解决方法

您可以编辑主页并插入一些js代码以重定向到目标页面。

选中redirect to another page programmatically

BR