更新.htaccess后,利用浏览器缓存无法正常工作

时间:2016-08-30 11:16:53

标签: php wordpress .htaccess

我在wordpress中有网站,我用以下规则更新了我的.htaccess文件。

<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
</IfModule>

现在,当我使用谷歌洞察力检查我的网站表现时。它仍然给我利用浏览器缓存错误

0 个答案:

没有答案