$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-02-03 06:13:15
Author: danieljames
Date: 2008-02-03 06:13:15 EST (Sun, 03 Feb 2008)
New Revision: 43065
URL: http://svn.boost.org/trac/boost/changeset/43065
Log:
Redirect links to the getting started documentation to its location in the release code.
Text files modified: 
   website/public_html/beta/.htaccess                    |     3 ++-                                     
   website/public_html/beta/common/code/boost_config.php |     5 +++++                                   
   2 files changed, 7 insertions(+), 1 deletions(-)
Modified: website/public_html/beta/.htaccess
==============================================================================
--- website/public_html/beta/.htaccess	(original)
+++ website/public_html/beta/.htaccess	2008-02-03 06:13:15 EST (Sun, 03 Feb 2008)
@@ -62,7 +62,8 @@
 RewriteRule ^more/formal_review_schedule.html community/review_schedule.html [R=permanent,L]
 RewriteRule ^more/generic_exception_safety.html community/exception_safety.html [R=permanent,L]
 RewriteRule ^more/generic_programming.html community/generic_programming.html [R=permanent,L]
-RewriteRule ^more/getting_started.html users/download/ [R=permanent,L]
+RewriteRule ^more/getting_started/(.*) doc/libs/release/more/getting_started/$1 [R=permanent,L]
+RewriteRule ^more/getting_started(\.html)? doc/libs/release/more/getting_started/index.html [R=permanent,L]
 RewriteRule ^more/headers.htm development/header.html [R=permanent,L]
 RewriteRule ^more/imp_vars.htm community/implementation_variations.html [R=permanent,L]
 RewriteRule ^more/int_const_guidelines.htm development/int_const_guidelines.html [R=permanent,L]
Modified: website/public_html/beta/common/code/boost_config.php
==============================================================================
--- website/public_html/beta/common/code/boost_config.php	(original)
+++ website/public_html/beta/common/code/boost_config.php	2008-02-03 06:13:15 EST (Sun, 03 Feb 2008)
@@ -38,6 +38,11 @@
     define('BOOST_CONFIG_FILE','/DevRoots/Boost/website/workplace/config.php');
   }
   break;
+
+  case 'beta.boost.local':
+  {
+    define('BOOST_CONFIG_FILE','/home/daniel/config.php');
+  }
 }
 
 define('ARCHIVE_FILE_PREFIX', '');