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
任何幫助或建議?
非常感謝