标签: .htaccess no-cache
我希望目录中的所有文件都具有缓存,
我的 .htaccess 中有此文件,但无法正常工作
<FilesMatch /js/admin/.*> Header set cache-control "public, max-age=31536000, immutable" </FilesMatch>
什么是正确的解决方案?