2007/01/29 16:46
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

