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/02/02 04:13:35 UTC

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

Author: crossley
Date: Wed Feb  2 03:13:35 2011
New Revision: 1066317

URL: http://svn.apache.org/viewvc?rev=1066317&view=rev
Log:
Better redirect for the "Upgrading notes" than r1064959

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=1066317&r1=1066316&r2=1066317&view=diff
==============================================================================
--- forrest/trunk/site-author/content/.htaccess (original)
+++ forrest/trunk/site-author/content/.htaccess Wed Feb  2 03:13:35 2011
@@ -26,7 +26,8 @@ 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
+RedirectMatch ^/upgrading_09(.*) http://forrest.apache.org/docs_0_90/upgrading_09$1
+RedirectMatch ^/docs_0_80/upgrading_09(.*) http://forrest.apache.org/docs_0_90/upgrading_09$1
 
 Options -MultiViews