From 55d6237f93a094fdadfb6c46b434491efaecae44 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sun, 21 Feb 2016 19:28:58 +0000 Subject: [PATCH] Add caching hints for mod_expires (#340) --- .htaccess | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.htaccess b/.htaccess index 44ee30c48..da52382c2 100755 --- a/.htaccess +++ b/.htaccess @@ -30,3 +30,10 @@ IndexIgnore * deny from all satisfy All + + + + ExpiresActive On + ExpiresDefault "access plus 1 week" + +