From 944b1506b181ab0e2b2f67d33aacdf5495ba0e00 Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Sat, 15 Feb 2014 13:15:21 +0000 Subject: [PATCH] Update version numbers for documentation redirects --- 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 910890dc0d..ce3e70566e 100644 --- a/Documentation/web/server/lilypond.org.htaccess +++ b/Documentation/web/server/lilypond.org.htaccess @@ -47,13 +47,13 @@ RedirectMatch ^/stable /doc/stable #RedirectMatch ^/development /doc/development #old# default doc dir -RedirectMatch ^/doc/*$ /doc/v2.16 +RedirectMatch ^/doc/*$ /doc/v2.18 # make attempt at `latest' symlink avoid ^v catch-all doc fix rule below -RedirectMatch ^/doc//*latest/*(.*)$ /doc/v2.17/$1 -RedirectMatch ^/doc//*development/*(.*)$ /doc/v2.17/$1 -RedirectMatch ^/doc//*stable/*(.*)$ /doc/v2.16/$1 -RedirectMatch ^/doc//*([^v].*)$ /doc/v2.16/$1 -RedirectMatch ^(/Documentation.*)$ /doc/v2.16$1 +RedirectMatch ^/doc//*latest/*(.*)$ /doc/v2.19/$1 +RedirectMatch ^/doc//*development/*(.*)$ /doc/v2.19/$1 +RedirectMatch ^/doc//*stable/*(.*)$ /doc/v2.18/$1 +RedirectMatch ^/doc//*([^v].*)$ /doc/v2.18/$1 +RedirectMatch ^(/Documentation.*)$ /doc/v2.18$1 RedirectMatch ^/index$ / # fix root calculation: no double slashes -- 2.39.2