从 CDN (Amazon Cloudfront) 引用样式表时出错
我在 Amazon CDN 服务器中的文件夹 css/index.css 中添加了样式表
,我的 CDN url 是“http://d2e3gk0s3bhkk1.cloudfront.net”,
但它不会激活
它为我提供的 类和 id 的样式表Firebug 中的错误:
The resource from this URL is not text: http://d2e3gk0s3bhkk1.cloudfront.net/css/index.css
请帮助我
,谢谢
I added stylesheet in Amazon CDN server in folder css/index.css
and my CDN url is "http://d2e3gk0s3bhkk1.cloudfront.net"
but it does not activate stylesheet for class and id
it gives me error in Firebug that:
The resource from this URL is not text: http://d2e3gk0s3bhkk1.cloudfront.net/css/index.css
Please help me
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这仍然是一个问题吗? CSS 文件没问题,因为如果您下载它并从本地文件夹使用它,它就可以正常工作。
我想知道您是否在Cloudfront中设置了错误的文件属性?如果您使用的是控制台,请右键单击该文件并查看“属性”,然后单击“元数据”,查看“ContentType”下列出的内容。
对于 CSS 文件,您应该看到:
键:内容类型值:Text/CSS
如果你看到其他东西,那就是错误的 - 将其更改为 Text/Css
Is this still a problem? The CSS file is OK because if you download it and use it from a local folder it works fine.
I wonder if you've got the file properties set wrongly in Cloudfront? If you're using the console, right click on the file and look at Properties, then click on Metadata, and see what is listed under "ContentType".
For a CSS file, you should see:
Key: Content-Type Value:Text/Css
If you see anything else, it's wrong - change it to Text/Css