$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r65617 - website/public_html/live
From: dnljms_at_[hidden]
Date: 2010-09-26 18:22:56
Author: danieljames
Date: 2010-09-26 18:22:55 EDT (Sun, 26 Sep 2010)
New Revision: 65617
URL: http://svn.boost.org/trac/boost/changeset/65617
Log:
Revert that last change - it caused the post-hook to fail.
Properties modified: 
   website/public_html/live/   (props changed)
Text files modified: 
   website/public_html/live/.htaccess |    11 +++++------                             
   1 files changed, 5 insertions(+), 6 deletions(-)
Modified: website/public_html/live/.htaccess
==============================================================================
--- website/public_html/live/.htaccess	(original)
+++ website/public_html/live/.htaccess	2010-09-26 18:22:55 EDT (Sun, 26 Sep 2010)
@@ -1,9 +1,3 @@
-# Override cache headers for files which get updated by site build script.
-<FilesMatch "^index\.(html|php)$|^users/(history|download|news)/(index.html)?$">
-Header unset Cache-Control
-Header unset Expires
-</FilesMatch>
-
 AddType text/html .shtml
 AddOutputFilter INCLUDES .shtml
 AddOutputFilter INCLUDES .html
@@ -12,6 +6,11 @@
 
 DirectoryIndex index.php index.shtml index.html
 
+<IfModule mod_expires.c>
+  ExpiresActive On
+  ExpiresByType text/html A3600
+</IfModule>
+
 RewriteEngine On
 RewriteBase /