代码很简单,添加到.htaccess文件里面。添加之前注意先备份一遍以免出现不可逆的错误。
<FilesMatch ".(html|htm|php)$"> Header set Cache-Control "max-age=36000" </FilesMatch> <FilesMatch ".(flv|gif|jpg|jpeg|png|ico|swf|eot|ttf|woff|js|CSS)$"> Header set Cache-Control "max-age=72000000" </FilesMatch>
上面分两部分来缓存,看缓存文件类型和时间(以秒为单位)。