【发布时间】:2014-01-30 19:12:19
【问题描述】:
我正在使用sharepoint 2013 版本并在sharepoint 服务器上托管了一个站点。我在code 下面使用并保存在index.htm 中并使其成为default 页面。
<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="REFRESH" content="0;url=http://www.yoururl.com">
</head>
<body>
</body>
</html>
因此,URL 仅在我输入 http://www.yoururl.com/index.htm 时才有效,我认为它应该在没有 index.htm 的情况下工作。
显示如下error
HTTP/1.1 200 OK
Server: Microsoft-IIS/8.0
Date: Fri, 31 Jan 2014 10:44:11 GMT
Connection: close
有什么帮助或建议吗?
非常感谢
【问题讨论】:
标签: url-rewriting sharepoint-2013