Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/docker/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Redirect 如何将域重定向到SharePoint中的子文件夹_Redirect_Sharepoint_Subdomain_Subdirectory - Fatal编程技术网

Redirect 如何将域重定向到SharePoint中的子文件夹

Redirect 如何将域重定向到SharePoint中的子文件夹,redirect,sharepoint,subdomain,subdirectory,Redirect,Sharepoint,Subdomain,Subdirectory,我遇到问题,需要将域重定向到SharePoint中的子文件夹,如下所示: Subdomain.domain.com至www.domain.com/subfolder 如果它是一个物理域,这将很容易,但该文件夹并不存在 你能帮我吗 谢谢 Ps:对不起,我说的是英语。好的,因为您想重定向到Sharepoint->中的文件夹,这在开箱即用的功能中是不可能的。此外,IIS Url重写也没有帮助 唯一的方法是将IIS Url重写功能与SharePoint自定义应用程序页面上的自定义逻辑结合起来,例如 也就

我遇到问题,需要将域重定向到SharePoint中的子文件夹,如下所示:

Subdomain.domain.com至www.domain.com/subfolder

如果它是一个物理域,这将很容易,但该文件夹并不存在

你能帮我吗

谢谢


Ps:对不起,我说的是英语。

好的,因为您想重定向到Sharepoint->中的文件夹,这在开箱即用的功能中是不可能的。此外,IIS Url重写也没有帮助

唯一的方法是将IIS Url重写功能与SharePoint自定义应用程序页面上的自定义逻辑结合起来,例如

也就是说,你会重写

www.mydomain.com/mysubfolder

然后页面将获取库,并通过C#代码获取文件夹,然后获取文件夹的正确url。之后,它会将您重定向到正确的文件夹

“IIS URL重写”。请看一看

或是其他关于这个话题的答案