From 03c1aa1f0ff39c31a64d0d581330f77bf5aa74d1 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 1 Mar 2016 15:59:14 +0100 Subject: * browser cache settings --- http/.htaccess | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'http/.htaccess') diff --git a/http/.htaccess b/http/.htaccess index 77ee952..e4c4192 100644 --- a/http/.htaccess +++ b/http/.htaccess @@ -8,3 +8,8 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php/$1/ [L] +ExpiresActive On +ExpiresDefault "access plus 10 minutes" + + ExpiresDefault "access plus 2 hours" + -- cgit v1.2.3