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

ErrorDocument 404 /404.html