2007/01/29 16:46
文章作者:Enjoy 转载请注明原文链接。
首页是apache要装上了mod_expires模块,然后在配置文件中加如下类似代码,即可。ExpiresActive on
ExpiresDefault "now plus 24 hours"
24 hours还可以写为 3 days,4 weeks,1 month等等。
语法:
ExpiresDefault "
ExpiresByType type/encoding "
where
access
now (equivalent to 'access')
modification
The plus keyword is optional.
years
months
weeks
days
hours
minutes
seconds
关于ExpiresDefault的更多设置请参阅官方说明:http://httpd.apache.org/docs/2.2/mod/mod_expires.html#expiresdefault

php上传学习记录
系统升级到最新版Bo-Blog 2.0.3

