Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-10-01 08:59:13


In getting ready to switch the Boost web site hosting to SourceForge, there
is an Apache configuration file (.htaccess) in
/home/groups/b/bo/boost/htdocs that has some rewrite rules that look to me
to need changing (see below).

My knowledge of Apache is next to nil, but it looks like these should be
removed. Is that correct? Can the entire .htaccess file just be removed?

--Beman

RewriteEngine on

RewriteRule ^(.+)\.cpp$
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost/boost/$1.cpp?rev=HEAD&content-type=text/vnd.viewcvs-markup
[R,L]

RewriteRule ^libs/(.+) http://www.boost.org/libs/$1 [R,L]


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk