【问题标题】:Edit Rewrite URL in Sharepoint 2013在 Sharepoint 2013 中编辑重写 URL
【发布时间】: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


    【解决方案1】:

    网址重写是一种服务器端配置。根据托管,您可以或不能影响rewrite urls 引擎。几乎不可能从 index.htm 影响它。

    【讨论】:

      猜你喜欢
      • 2013-06-04
      • 2013-12-12
      • 2013-03-04
      • 2019-01-24
      • 1970-01-01
      • 1970-01-01
      • 2015-02-15
      • 2014-03-26
      • 1970-01-01
      相关资源
      最近更新 更多