$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: grafikrobot_at_[hidden]
Date: 2007-10-22 23:58:27
Author: grafik
Date: 2007-10-22 23:58:26 EDT (Mon, 22 Oct 2007)
New Revision: 40325
URL: http://svn.boost.org/trac/boost/changeset/40325
Log:
Add access to web check results.
Text files modified:
website/public_html/beta/development/.htaccess | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: website/public_html/beta/development/.htaccess
==============================================================================
--- website/public_html/beta/development/.htaccess (original)
+++ website/public_html/beta/development/.htaccess 2007-10-22 23:58:26 EDT (Mon, 22 Oct 2007)
@@ -2,7 +2,7 @@
RewriteBase /development
#~ Locally available regression result archives.
-RewriteRule ^tests$ tests/ [R]
+RewriteRule ^tests$ tests/index.html [R]
RewriteRule ^tests/([^/]+)/([^/]+)/$ tests/$1/$2/index.html [R]
RewriteRule ^tests/(.*)$ testing_results.php/$1 [L]