我在 IIS 7.5 安装了过期标头,但在 Firefox firebug yslow 或 .net 插件中仍然没有显示
我确实像这样设置
但结果仍然是这样的:
我在哪里犯了错误?
这是由谷歌分析代码引起的。我必须这样设置
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-xxxxxxx-1'], ['_setDomainName', 'www.xxxxxxx.com'], ['_trackPageview']);
I did setup like this
but result is still like this:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,过期标题不会显示。
您已将网络服务器设置为“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.