在哪里为AWS托管的wordpress网站创建htaccess文件

时间:2018-08-27 23:45:11

标签: wordpress .htaccess amazon-web-services

曾致力于AWS托管的WordPress网站的速度优化。 在网站的根文件夹中创建的.htaccess添加了此

<IfModule mod_expires.c>
  <FilesMatch "\.(css|js|png|jpg|jpeg)$">
  Header set Cache-Control "max-age=788400, proxy-revalidate"
  </FilesMatch>
</IfModule>

使用GTMetrix测试了该站点,但是它仍然抛出“利用浏览器缓存”。似乎htaccess无效。这是放置.htaccess文件的正确位置吗?

enter image description here

0 个答案:

没有答案