Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ディレクトリのすべてのファイルにキャッシュが必要です。
これは.htaccessにありますが、正しく動作しません
<FilesMatch /js/admin/.*> Header set cache-control "public, max-age=31536000, immutable" </FilesMatch>
正しい解決策は何ですか?