You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/06/24 05:56:12 UTC

svn commit: r201561 - /forrest/site/.htaccess

Author: crossley
Date: Thu Jun 23 20:56:11 2005
New Revision: 201561

URL: http://svn.apache.org/viewcvs?rev=201561&view=rev
Log:
Redirect the old /docs/ to /docs_0_70/

Modified:
    forrest/site/.htaccess

Modified: forrest/site/.htaccess
URL: http://svn.apache.org/viewcvs/forrest/site/.htaccess?rev=201561&r1=201560&r2=201561&view=diff
==============================================================================
--- forrest/site/.htaccess (original)
+++ forrest/site/.htaccess Thu Jun 23 20:56:11 2005
@@ -11,11 +11,10 @@
 RedirectMatch ^/todo(.*) http://forrest.apache.org/docs_0_80/todo$1
 
 Options -MultiViews
+
 Redirect /docs/plugins http://forrest.apache.org/pluginDocs/plugins_0_70
 Redirect /docs/dev http://forrest.apache.org/docs_0_80
-
-# Some special matches needed until 0.7 is released
-RedirectMatch ^/docs/build(.*) http://forrest.apache.org/0.6/build$1
+Redirect /docs http://forrest.apache.org/docs_0_70
 
 # handle all DTDs etc.
 <Files ~ "\.(dtd|mod)$">