自動由403.4error page中轉進https協定中即可。

1.首先於"C:\WINDOWS\Help\iisHelp\common\"中編輯403-4.htm頁面
2.
<head> 插入下列的scirpt
3.
將檔案存檔後,以http進入至指定的頁面,即可 直接轉置進到https

<head>
<script type=
"text/javascript">  
var url=window.location.href;  
url=url.replace(
"http:","https:")  
window.location.replace(url)  
</script>
</head>

 

創作者介紹
創作者 誰住在深海大鳳梨裡? 的頭像
machiko

誰住在深海大鳳梨裡?

machiko 發表在 痞客邦 留言(0) 人氣( 3599 )