From 028bdb074b62def6c4c811f9c435311b5e1099e3 Mon Sep 17 00:00:00 2001 From: jekkos Date: Sat, 20 Feb 2016 21:40:06 +0100 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" + +