summaryrefslogtreecommitdiffstats
path: root/images/.htaccess
blob: 05bc7d92a68b1daff16a962d3104214c16d94028 (plain)
1
2
3
4
# 480 weeks
<filesMatch "\.(jpg|jpeg|png|gif)$">
Header set Cache-Control "max-age=290304000, public"
</filesMatch>