0
我要納入彈出框的「查看完整的菜單」鏈接,這個文件我上傳了相互矛盾的:http://fmsc.org/file/index.htmlCMS有彈出框
但是,當我把它上傳到我們的CMS,東西顯然衝突/ overrides,它不起作用:https://fmsc.org/15-mn-gala-pre-gala-content-test
任何幫助將不勝感激。
我要納入彈出框的「查看完整的菜單」鏈接,這個文件我上傳了相互矛盾的:http://fmsc.org/file/index.htmlCMS有彈出框
但是,當我把它上傳到我們的CMS,東西顯然衝突/ overrides,它不起作用:https://fmsc.org/15-mn-gala-pre-gala-content-test
任何幫助將不勝感激。
Chrome網上應用檢查報告如下錯誤
Mixed Content: The page at 'https://fmsc.org/15-mn-gala-pre-gala-content-test' was loaded over HTTPS, but requested an insecure script 'http://www.fmsc.org/file/classie.js'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://fmsc.org/15-mn-gala-pre-gala-content-test' was loaded over HTTPS, but requested an insecure script 'http://www.fmsc.org/file/modalEffects.js'. This request has been blocked; the content must be served over HTTPS.
Mixed Content: The page at 'https://fmsc.org/15-mn-gala-pre-gala-content-test' was loaded over HTTPS, but requested an insecure script 'http://www.fmsc.org/file/modernizr.custom.js'. This request has been blocked; the content must be served over HTTPS.
這意味着你要加載HTTP頁面上資源上HTTPS送達,一個辦法解決它是使用相對路徑到服務器根目錄使用/file/modernizr.custom.js
而不是http://www.fmsc.org/file/modernizr.custom.js
(例如)
你太棒了!非常感謝。並認爲我正在測試幾個小時......現在它就像一個魅力。 –
大多數現代瀏覽器都有一個「Web檢查器」或「Web開發人員」工具,它們可以顯着提高您的故障排除速度 – dvhh