Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66063 - website/public_html/live
From: dnljms_at_[hidden]
Date: 2010-10-17 18:54:24


Author: danieljames
Date: 2010-10-17 18:54:15 EDT (Sun, 17 Oct 2010)
New Revision: 66063
URL: http://svn.boost.org/trac/boost/changeset/66063

Log:
The pattern in FilesMatch only matches the basename

Text files modified:
   website/public_html/live/.htaccess | 5 +++--
   1 files changed, 3 insertions(+), 2 deletions(-)

Modified: website/public_html/live/.htaccess
==============================================================================
--- website/public_html/live/.htaccess (original)
+++ website/public_html/live/.htaccess 2010-10-17 18:54:15 EDT (Sun, 17 Oct 2010)
@@ -6,8 +6,9 @@
 
 DirectoryIndex index.php index.shtml index.html
 
-# Override cache headers for files which get updated by site build script.
-<FilesMatch "^index\.(html|php)$|^users/(history|download|news)/(index.html)?$">
+# Override cache headers for the index files are updated more regularly than
+# other html files.
+<FilesMatch "index\.html|index\.php">
 Header unset Cache-Control
 Header unset Expires
 </FilesMatch>


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