iis 6.0設置實(shí)現http轉向(xiàng) https的解決方案
在網上(shàng)找了好多資料都沒找到(dào),無意當(dāng)中找的了一片(piàn)文章(zhāng)(國外的網站)幫我解決了問(wèn)題,因此想與(yǔ)大家分享。
首先錯誤信息(見圖一):
圖一(yī)
解決方法:
一、驗證SSL需(xū)要選中的網站(見圖(tú)二(èr))
1、首先打開所(suǒ)要修改(gǎi)的網(wǎng)站然後右擊選擇“屬(shǔ)性”
2、選擇“目錄安(ān)全性”-->在安全通信中選擇“編輯”
3、選擇“要求安(ān)全通信(SSL)”後點擊“確定”。
圖二
二、創(chuàng)建一個HttpRedirect.htm 文件保存到“C:\InetPub”
HttpRedirect.htm中(zhōng)的代碼:
<!-- beginning of HttpRedirect.htm file -->
<script type="text/javascript">
function redirectToHttps()
{
var httpURL = window.locations.hostname + window.locations.pathname;
var httpsURL = "https://" + httpURL ;
window.locations = httpsURL ;
}
redirectToHttps();
</script>
<!-- end of HttpRedirect.htm file -->
三、用HttpRedirect.htm文件替換403文件(見圖三)
1、打開你的網站(zhàn)右擊(jī)選擇“屬性(xìng)”
2、選擇(zé)“自(zì)定義錯誤”點擊編(biān)輯
3、在(zài)“文件”中添(tiān)加HttpRedirect.htm文件(路徑為:C:\Inetpub\HttpRedirect.htm)
圖三(sān)
四、測試
輸(shū)入的網(wǎng)址(zhǐ):http://會自動跳轉到(dào)https://
關(guān)鍵(jiàn)詞:iis
閱讀本文後您有什麽感想? 已(yǐ)有 人給出評價!
- 0
- 0
- 0
- 0
- 0
- 0