从 CDN (Amazon Cloudfront) 引用样式表时出错

发布于 2024-10-18 14:18:40 字数 318 浏览 2 评论 0原文

我在 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 技术交流群。

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

发布评论

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

评论(1

喵星人汪星人 2024-10-25 14:18:40

这仍然是一个问题吗? 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

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