为什么不缓存?

时间:2011-11-11 15:50:41

标签: php html css caching http-headers

好的,我有一个网站(https://illution.dk),几乎所有包含/链接的文件都发送了一个“304 Not Modified”标题。 除了: https://illution.dk/include/style.php 总是返回“200 OK”。 style.php的标题是:

HTTP/1.1 200 OK => 
Date => Fri, 11 Nov 2011 15:44:39 GMT
Server => Apache/2.2.6 mod_auth_kerb/5.3 PHP/5.2.17 mod_fcgid/2.3.5
X-Powered-By => PHP/5.2.17
Expires => Sat, 12 Nov 2011 16:44:39 CET
Cache-Control => max-age=290304000, public
Pragma => 
Set-Cookie => PHPSESSID=dkh4jdqko9t6ihp760sn4v28a2; path=/; domain=.illution.dk
Last-Modified => Fri, 11 Nov 2011 15:52:18 GMT
Connection => close
Content-Type => text/css

问题是什么?

提前致谢!

0 个答案:

没有答案