summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-02-21 04:01:24 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-02-21 04:01:24 +0000
commit59e86f61b7100e6f9c7535889221645354f94e04 (patch)
tree56222b34c041f0d2921f910965c59c67c3b1dd2f /.htaccess
parent04637e5ae24effd62fbefc7ab9a77f19d1c3f246 (diff)
downloadbrdo-59e86f61b7100e6f9c7535889221645354f94e04.tar.gz
brdo-59e86f61b7100e6f9c7535889221645354f94e04.tar.bz2
#5900: Fix mod_expire forcing page caching on the client side.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess6
1 files changed, 6 insertions, 0 deletions
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
</IfModule>
+# Overload mod_expires variables.
+<IfModule mod_expires.c>
+ # Reduce the time dynamically generated HTML pages are cache-able.
+ ExpiresByType text/html A1
+</IfModule>
+
# Various rewrite rules
<IfModule mod_rewrite.c>
RewriteEngine on