我在 IIS 7.5 安装了过期标头,但在 Firefox firebug yslow 或 .net 插件中仍然没有显示

发布于 2024-09-29 06:06:55 字数 417 浏览 4 评论 0原文

我确实像这样设置

alt text

但结果仍然是这样的:

http://img41.imageshack.us/img41/8227/resultgj.png

我在哪里犯了错误?


这是由谷歌分析代码引起的。我必须这样设置

var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-xxxxxxx-1'], ['_setDomainName', 'www.xxxxxxx.com'], ['_trackPageview']);

I did setup like this

alt text

but result is still like this:

http://img41.imageshack.us/img41/8227/resultgj.png

Where do I make a mistake?


it was casued by google analytics code. i had to setup this way

var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-xxxxxxx-1'], ['_setDomainName', 'www.xxxxxxx.com'], ['_trackPageview']);

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

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

发布评论

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

评论(1

浅浅 2024-10-06 06:06:55

当然,过期标题不会显示。

您已将网络服务器设置为“14 天后”使内容过期。

这将导致 “Cache-control: max-age=xxxx” 标头。不是“过期” 标头。

Of course the expires header won't show.

You have set up the webserver to expire content "after 14 days".

This will result in "Cache-control: max-age=xxxx" header. Not the "Expires" header.

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