<link rel=”shortcut icon” href=http://cnd.perfgeeks.com/p.ico />
Apache可以通过mod_expires增加这样的设置。缓存时间可以是一个月,甚至可以是一年。
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/ico "access plus 1 year"
ExpiresByType image/icon "access plus 1 year"
</IfModule>
了解更多 http://www.21cpu.com/qianduan/442.html