From: Colin Campbell Date: Wed, 22 Jun 2011 02:13:35 +0000 (-0600) Subject: WEB: update versions in .htaccess X-Git-Tag: release/2.15.3-1~10^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=971306e7a75b8f7093605d214bb33359c3925c6f;p=lilypond.git WEB: update versions in .htaccess Updates redirect versions from 2.12 -> 2.14 and 2.13 -> 2.15 --- 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