我试图了解浏览器缓存技术。 到目前为止一切都很好,除了一点点我坚持。 当我在谷歌浏览器上运行审核时。我得到
Leverage browser caching (1)
The following resources are explicitly non-cacheable. Consider making them cacheable if possible:
www.noelie.localhost.com/
我用
修复了css和javascript<FilesMatch "\.(css|js|png|jpg)$">
Header set Cache-Control "max-age=31536050, public, cache"
</FilesMatch>
如何缓存主页www.noelie.localhost.com。 感谢您的时间。 noelie