htaccess设置静态资源缓存(即浏览器缓存),合理设置好htaccess可以有效的提高网站的访问效率。在HTTP标头中为静态资源设置过期日期或最长存在时间,可指示浏览器从本地磁盘中加载以前下载的资源,而不是通过网络加载。这样, 网站加载速度会更快.下面的代码都需要放到.htaccess中才能生效. 推荐设置过期时间为一个月, 即: max-age=2592000.通过FilesMatch设置Header set Cache-Control "max-age=2592000" 通过mod_expires.c设置ExpiresActive OnExpiresDefault "access plus 1 months"ExpiresByType text/html "access plus 1 months"ExpiresByType image/gif "access plus 1 months"ExpiresByType image/jpeg "access plus 2 months"ExpiresByType application/x-shockwave-f
气味
心中旧气味,苦校去年时。