summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess8
1 files changed, 5 insertions, 3 deletions
diff --git a/.htaccess b/.htaccess
index 067bd24..2eac1cb 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,3 +1,5 @@
-<filesMatch "index.html$">
-Header set Cache-Control "max-age=86400, public"
-</filesMatch>
+<IfModule mod_expires.c>
+ExpiresActive on
+ExpiresDefault "access plus 1 week"
+ExpiresByType text/html "access plus 0 seconds"
+</IfModule>