解決方法:
一、驗(yàn)證SSL需要選中的網(wǎng)站
1、首先打開所要修改的網(wǎng)站然后右擊選擇“屬性”
2、選擇“目錄安全性”-->在安全通信中選擇“編輯”
3、選擇“要求安全通信(SSL)”后點(diǎn)擊“確定”。
二、創(chuàng)建一個(gè)HttpRedirect.htm 文件保存到“C:\InetPub”
HttpRedirect.htm中的代碼:<!-- beginning of HttpRedirect.htm file --> <script type="text/javascript"> function redirectToHttps() { var httpURL = window.location.hostname + window.location.pathname; var httpsURL = "https://" + httpURL ; window.location = httpsURL ; } redirectToHttps(); </script> <!-- end of HttpRedirect.htm file -->
三、用HttpRedirect.htm文件替換403文件
1、打開你的網(wǎng)站右擊選擇“屬性”
2、選擇“自定義錯(cuò)誤”點(diǎn)擊編輯
3、在“文件”中添加HttpRedirect.htm文件(路徑為:C:\Inetpub\HttpRedirect.htm)
四、測(cè)試
輸入的網(wǎng)址:http://會(huì)自動(dòng)跳轉(zhuǎn)到https://
建站咨詢熱線
029-33273980