From 971306e7a75b8f7093605d214bb33359c3925c6f Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Tue, 21 Jun 2011 20:13:35 -0600 Subject: [PATCH] WEB: update versions in .htaccess Updates redirect versions from 2.12 -> 2.14 and 2.13 -> 2.15 --- Documentation/web/server/lilypond.org.htaccess | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/web/server/lilypond.org.htaccess b/Documentation/web/server/lilypond.org.htaccess index 04770bad6b..d696f1093e 100644 --- a/Documentation/web/server/lilypond.org.htaccess +++ b/Documentation/web/server/lilypond.org.htaccess @@ -43,13 +43,13 @@ RedirectMatch ^/stable /doc/stable #RedirectMatch ^/development /doc/development #old# default doc dir -RedirectMatch ^/doc/*$ /doc/v2.12 +RedirectMatch ^/doc/*$ /doc/v2.14 # make attempt at `latest' symlink avoid ^v catch-all doc fix rule below -RedirectMatch ^/doc//*latest/*(.*)$ /doc/v2.13/$1 -RedirectMatch ^/doc//*development/*(.*)$ /doc/v2.13/$1 -RedirectMatch ^/doc//*stable/*(.*)$ /doc/v2.12/$1 -RedirectMatch ^/doc//*([^v].*)$ /doc/v2.12/$1 -RedirectMatch ^(/Documentation.*)$ /doc/v2.12$1 +RedirectMatch ^/doc//*latest/*(.*)$ /doc/v2.15/$1 +RedirectMatch ^/doc//*development/*(.*)$ /doc/v2.15/$1 +RedirectMatch ^/doc//*stable/*(.*)$ /doc/v2.14/$1 +RedirectMatch ^/doc//*([^v].*)$ /doc/v2.14/$1 +RedirectMatch ^(/Documentation.*)$ /doc/v2.14$1 RedirectMatch ^/index$ / # fix root calculation: no double slashes -- 2.39.2