当 CSS 被 gzip 压缩时,它不起作用

发布于 2024-11-09 01:08:01 字数 584 浏览 0 评论 0原文

我想对我的 css 样式表进行 gzip 压缩。我将其链接为外部样式表。
这里:http://illution.dk
这是样式表: http://illution.dk/include/style.css
它是压缩的: http://www.whatsmyip.org/http_compression/?url=aHR0cDovL2lsbHV0aW9uLmRrL2luY2x1ZGUvc3R5bGUuY3Nz

我的问题是它似乎不起作用。我做错了什么吗?

更新:我发现我只需要添加“header(”Content-type: text/css”);”到我的css文档中就可以了:D!

I my css stylesheet that i want to gzip. I have it linked as a external stylesheet.
Here: http://illution.dk
And this is the stylesheet: http://illution.dk/include/style.css
And it IS gzipped: http://www.whatsmyip.org/http_compression/?url=aHR0cDovL2lsbHV0aW9uLmRrL2luY2x1ZGUvc3R5bGUuY3Nz

My problem is that it doesn't seem to work. Am i doing something wrong?

UPDATE: I found out that i just needed to add "header("Content-type: text/css"); " to my css document and it just worked :D!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

我三岁 2024-11-16 01:08:01

正如我在这里检查的那样,CSS 似乎是有效的: W3C CSS Validator,它在 Chrome 上看起来很适合我。不过,我确实在 Chrome 开发者工具中看到了一条警告:

Resource interpreted as Stylesheet but transferred with MIME type text/html.

看来您的服务器没有正确设置 CSS 文件的 MIME 类型。

The CSS appears to be valid as I checked here: W3C CSS Validator and it looks right for me on Chrome. However, I did see a warning in the Chrome Developer tools:

Resource interpreted as Stylesheet but transferred with MIME type text/html.

It appears your server isn't properly setting the MIME type for CSS files.

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