From cc9f944486002fb3ec9854aa9d143eb172a7da66 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 26 Sep 2010 21:36:00 +0100 Subject: [PATCH] Web server: don't redirect /development. --- Documentation/web/server/lilypond.org.htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/web/server/lilypond.org.htaccess b/Documentation/web/server/lilypond.org.htaccess index f403698347..04770bad6b 100644 --- a/Documentation/web/server/lilypond.org.htaccess +++ b/Documentation/web/server/lilypond.org.htaccess @@ -39,7 +39,8 @@ RedirectMatch ^/wiki http://wiki.lilynet.net # the new website has news on the main page RedirectMatch ^/news / RedirectMatch ^/stable /doc/stable -RedirectMatch ^/development /doc/development +# the new website has a dedicated page for development. +#RedirectMatch ^/development /doc/development #old# default doc dir RedirectMatch ^/doc/*$ /doc/v2.12 -- 2.39.5