summaryrefslogtreecommitdiff
path: root/.htaccess
blob: 2eac1cbfbe915c65ad27c33dc0aa89e4cf9e7d52 (plain)
1
2
3
4
5
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault "access plus 1 week"
ExpiresByType text/html "access plus 0 seconds"
</IfModule>