gpt4 book ai didi

php - 在站点和断开的链接上启用 SSL

转载 作者:太空宇宙 更新时间:2023-11-03 13:36:07 25 4
gpt4 key购买 nike

我已经在我的网站上启用了 SSL,并且它有像这样的损坏链接,因为浏览器仍然在 HTTP 上调用它们:

<script src="/some_JS_library/some_js_minified.min.js"></script>

<link rel="stylesheet" href="/some_JS_library/some_js_stylesheet.min.css" />

这些链接在着陆页中,例如https://example.org/folder/landingpage.php 其中landing page.php在这个目录结构中相对于脚本。

当然,所有这一切在 HTTP 中工作得很好,但在 HTTPS 中由于使用 HTTP 获取的不安全内容 而中断 不允许运行(Safari 9+)。

Root
- folder
|- landingpage.php

- some_JS_library
|- some_js_minified.min.js
|- some_js_stylesheet.min.css

这些链接中的哪些更改可以使其适用于 HTTPSHTTP

最佳答案

尝试使用协议(protocol)相关链接(开头的两个斜杠):

//some_url.com/some_file.js

//somefolder/somefile.js

关于php - 在站点和断开的链接上启用 SSL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39725430/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com