Mailing List Archive

svn commit: r1066319 - /forrest/site/.htaccess
Author: crossley
Date: Wed Feb 2 03:19:31 2011
New Revision: 1066319

URL: http://svn.apache.org/viewvc?rev=1066319&view=rev
Log:
Manually deploy the better fix from r1066317

Modified:
forrest/site/.htaccess

Modified: forrest/site/.htaccess
URL: http://svn.apache.org/viewvc/forrest/site/.htaccess?rev=1066319&r1=1066318&r2=1066319&view=diff
==============================================================================
--- forrest/site/.htaccess (original)
+++ forrest/site/.htaccess Wed Feb 2 03:19:31 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