使用Apache添加expires头
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用Apache添加expires头相关的知识,希望对你有一定的参考价值。
ExpiresActive tells the apache2 to use the expires module.ExpiresDefault specifies the expire date for all mime-types in this directory.
ExpiresByType specifies the expires date for the specified mime-type in this directory.
<IfModule mod_expires.c> ExpiresActive on ExpiresByType image/gif “access plus 2 years†ExpiresDefault â€access plus 1 days†</IfModule>
以上是关于使用Apache添加expires头的主要内容,如果未能解决你的问题,请参考以下文章
apache_conf .htaccess样板包括expire头,mod pagespeed,缓存控件头,Gzip,Deflate #htaccess #seo