【发布时间】:2015-09-09 23:03:31
【问题描述】:
一切正常,但是当我检查结帐页面中的元素时,控制台中出现以下错误
https://maxcdn.bootstrapcdn.com/examples/navbar-static-top/navbar-static-top.css加载资源失败:服务器响应状态为403(禁止) https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/ie10-viewport-bug-workaround.js 加载资源失败:服务器响应状态为 403 (Forbidden)
我的网站已设置为 https,并且我尝试了带有和不带有 https: 的引导链接。我是新手,所以这可能很愚蠢,我将不胜感激。
【问题讨论】:
-
我已对其进行了更改,因此所有 css 和 js 都保存在我的静态文件中,现在出现以下错误; GET mywebsite.com/static/css/bootstrap.min.css(索引):22 GET mywebsite.com/static/css/navbar-static-top.css(索引):28 GET mywebsite.com/static/js/ie-emulation-modes-warning.js(索引):603 GET mywebsite.com/static/js/jquery.min.js(索引):605 GET mywebsite.com/static/js/bootstrap.min.js(索引):607 GET mywebsite.com/static/js/ie10-viewport-bug-workaround.js
标签: javascript html css django twitter-bootstrap