diff options
-rw-r--r-- | .htaccess | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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> |