diff options
author | Phil Holmes <mail@philholmes.net> | 2014-02-15 13:15:21 +0000 |
---|---|---|
committer | Phil Holmes <mail@philholmes.net> | 2014-02-15 13:16:24 +0000 |
commit | 944b1506b181ab0e2b2f67d33aacdf5495ba0e00 (patch) | |
tree | 4f21a82d1426092e04087e72dc6c9ff3ee6b4085 | |
parent | d1514c16429c0ee6337e1e396a0752fa234361b9 (diff) |
Update version numbers for documentation redirects
-rw-r--r-- | Documentation/web/server/lilypond.org.htaccess | 12 |
1 files 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 |