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 2011/01/29 06:53:58 UTC

svn commit: r1064959 - /forrest/trunk/site-author/content/.htaccess

Author: crossley
Date: Sat Jan 29 05:53:58 2011
New Revision: 1064959

URL: http://svn.apache.org/viewvc?rev=1064959&view=rev
Log:
Redirect the "Upgrading notes" for current dev version.

Modified:
    forrest/trunk/site-author/content/.htaccess

Modified: forrest/trunk/site-author/content/.htaccess
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/.htaccess?rev=1064959&r1=1064958&r2=1064959&view=diff
==============================================================================
--- forrest/trunk/site-author/content/.htaccess (original)
+++ forrest/trunk/site-author/content/.htaccess Sat Jan 29 05:53:58 2011
@@ -26,6 +26,7 @@ Redirect /pluginDocs/dev http://forrest.
 RedirectMatch ^/faq(.*) http://forrest.apache.org/docs_0_90/faq$1
 RedirectMatch ^/docs/faq(.*) http://forrest.apache.org/docs_0_90/faq$1
 RedirectMatch ^/changes(.*) http://forrest.apache.org/docs_0_90/changes$1
+RedirectMatch ^(.*)/upgrading_09(.*) http://forrest.apache.org/docs_0_90/upgrading_09$2
 
 Options -MultiViews