blob: c8dfb58fd8b409122022b2f362728f6870b23f62 (
plain)
1
2
3
4
5
6
7
8
9
|
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType text/css "access plus 1 year"
ExpiresByType application/javascript "access plus 1 year"
</IfModule>
Header append Cache-Control "public"
FileEtag none
|