2014-01-30 56 views
0

我正在使用sharepoint 2013版本並在sharepoint服務器上託管了一個站點..我正在使用下面的code並保存在index.htm並使其成爲default頁面。在Sharepoint 2013中編輯重寫URL

<html> 
    <head> 
    <title>Redirecting...</title> 
    <meta http-equiv="REFRESH" content="0;url=http://www.yoururl.com"> 
    </head> 
    <body> 
    </body> 
</html> 

由於這個原因,當我鍵入http://www.yoururl.com/index.htm我期待它應該不index.htm工作URL只是工作。

顯示以下error

HTTP/1.1 200 OK 
Server: Microsoft-IIS/8.0 
Date: Fri, 31 Jan 2014 10:44:11 GMT 
Connection: close 

任何幫助或建議?

非常感謝

回答

0

URL重寫服務器端的配置。取決於託管,您可以或不能影響rewrite urls引擎。從index.htm幾乎不可能影響它。