
<IfModule mod_headers.c>
<FilesMatch "\.(html|gif|ico|jpeg|jpe|png|css|js|woff|svg|otf|mp3|ogg)$">
Header set Cache-Control "max-age=604800, public"
</FilesMatch>
</IfModule>
