diff options
Diffstat (limited to 'images/.htaccess')
-rw-r--r-- | images/.htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/images/.htaccess b/images/.htaccess new file mode 100644 index 0000000..05bc7d9 --- /dev/null +++ b/images/.htaccess @@ -0,0 +1,4 @@ +# 480 weeks
+<filesMatch "\.(jpg|jpeg|png|gif)$">
+Header set Cache-Control "max-age=290304000, public"
+</filesMatch>
\ No newline at end of file |