analog-film-space/.htaccess
2020-12-30 02:21:40 +01:00

6 lines
198 B
ApacheConf

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
<filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Cache-Control "max-age=8380800, public"
</filesMatch>