From 59e86f61b7100e6f9c7535889221645354f94e04 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Mon, 21 Feb 2005 04:01:24 +0000 Subject: #5900: Fix mod_expire forcing page caching on the client side. --- .htaccess | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index caeee72fb..98872f016 100644 --- a/.htaccess +++ b/.htaccess @@ -36,6 +36,12 @@ DirectoryIndex index.php # in /sites/default/settings.php +# Overload mod_expires variables. + + # Reduce the time dynamically generated HTML pages are cache-able. + ExpiresByType text/html A1 + + # Various rewrite rules RewriteEngine on -- cgit v1.2.3