]> git.donarmstrong.com Git - lilypond.git/commitdiff
WEB: update versions in .htaccess
authorColin Campbell <colinpkcampbell@gmail.com>
Wed, 22 Jun 2011 02:13:35 +0000 (20:13 -0600)
committerGraham Percival <graham@percival-music.ca>
Wed, 22 Jun 2011 10:55:42 +0000 (11:55 +0100)
Updates redirect versions from 2.12 -> 2.14 and 2.13 -> 2.15

Documentation/web/server/lilypond.org.htaccess

index 04770bad6bb77778aa4c2856e68cf4a864dec5ed..d696f1093ed1f305bbb4401762383b0c928780c9 100644 (file)
@@ -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