gpt4 book ai didi

html - css MIME 类型文本/html 和 AddType 被忽略

转载 作者:行者123 更新时间:2023-11-28 11:52:22 27 4
gpt4 key购买 nike

这就是问题所在,尝试从文件夹加载 css 文件并出现控制台错误:“资源解释为样式表但使用 MIME 类型文本/html 传输”。尝试通过添加带有“AddType text/css .css”的 .htaccess 文件(在根目录/与 css 相同的文件夹中)来修复它,但它被完全忽略了。

如何解决?

(不知道是否重要,但我在 Windows 8.1 和 WAMP 中)

感谢任何反馈。

最佳答案

试试这个:

<FilesMatch "(\.css)$">
AddType text/css .css
Header set Content-Type text/css
</FilesMatch>

但你真的不应该这样做。 text/html 正常

关于html - css MIME 类型文本/html 和 AddType 被忽略,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20261164/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com