Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65618 - website/public_html/live
From: dnljms_at_[hidden]
Date: 2010-09-26 18:23:32


Author: danieljames
Date: 2010-09-26 18:23:30 EDT (Sun, 26 Sep 2010)
New Revision: 65618
URL: http://svn.boost.org/trac/boost/changeset/65618

Log:
Try again.
Text files modified:
   website/public_html/live/.htaccess | 9 +++++----
   1 files changed, 5 insertions(+), 4 deletions(-)

Modified: website/public_html/live/.htaccess
==============================================================================
--- website/public_html/live/.htaccess (original)
+++ website/public_html/live/.htaccess 2010-09-26 18:23:30 EDT (Sun, 26 Sep 2010)
@@ -6,10 +6,11 @@
 
 DirectoryIndex index.php index.shtml index.html
 
-<IfModule mod_expires.c>
- ExpiresActive On
- ExpiresByType text/html A3600
-</IfModule>
+# 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>
 
 RewriteEngine On
 RewriteBase /


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk