为什么我的 CSS/JS 资源使用 HTTPS 加载?

发布于 2025-01-05 21:35:42 字数 248 浏览 0 评论 0原文

我的所有页面资源 - css/js/images - 都无法加载。我正在使用相对链接(例如 ),当我检查时firebug 中的网络选项卡显示所有资源 GET 请求都是 HTTPS,即使主页请求是 HTTP 请求。什么会导致这种情况?

我正在 WAMPServer 上运行,并设置了一些别名目录。

All my page resources - css/js/images- are failing to load. I'm using relative links (e.g. <link href="includes/css/athletics.css" rel="stylesheet" type="text/css" />), and when I inspect the network tab in firebug it shows that all the resource GET requests are HTTPS, even though the main page request is an HTTP request. What would be causing this?

I'm running on a WAMPServer with some alias directories set up.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沉默的熊 2025-01-12 21:35:42

您是否定义了

do you have a <base ... > defined?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文