为什么我的 CSS/JS 资源使用 HTTPS 加载?
我的所有页面资源 - 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否定义了
?do you have a
<base ... >
defined?