Options -Indexes
<IfModule mod_headers.c>
  <FilesMatch "\.(?:jpg|jpeg|png|webp)$">
    Header set Cache-Control "public, max-age=604800"
  </FilesMatch>
</IfModule>
