2023-10-14 15:57:28 +02:00
|
|
|
Allow from all
|
|
|
|
|
2023-12-11 16:18:01 +01:00
|
|
|
Options +Indexes
|
|
|
|
|
2023-10-14 15:57:28 +02:00
|
|
|
<filesMatch ".(flv|gif|ico|jpg|jpeg|mp4|mpeg|png|svg|swf|webp)$">
|
|
|
|
Header set Cache-Control "max-age=315360, public"
|
|
|
|
</filesMatch>
|
|
|
|
|
|
|
|
<filesMatch ".(js)$">
|
|
|
|
Header set Cache-Control "max-age=315360, public"
|
|
|
|
</filesMatch>
|