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.
画像、css、jsなどにブラウザのキャッシュを指定するにはどうすればよいですか?ただし、特定のドメインにのみ指定できますか?独自の基本的なCDNがあり、プライマリドミアンの画像とは別にキャッシュされたサブドメインの画像が必要です。
これを目的のドメイン/サブドメインのルートにある.htaccessに追加できるはずです。
<FilesMatch ".(js|css|gif|jpg|jpeg|png|ico)$"> Header set Cache-Control "max-age=604800" </FilesMatch>