From d11391be1d680943ceec423f39908ae3c2a780b7 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 23 Feb 2010 13:04:38 +0000 Subject: [PATCH] Web: add /development rewrite for apache. Fixes many 404's. Patch merged from web branch. --- Documentation/web/server/lilypond.org.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/web/server/lilypond.org.htaccess b/Documentation/web/server/lilypond.org.htaccess index 77cecd1871..9f75b6fa30 100644 --- a/Documentation/web/server/lilypond.org.htaccess +++ b/Documentation/web/server/lilypond.org.htaccess @@ -19,6 +19,7 @@ RedirectMatch ^/wiki http://wiki.lilynet.net RedirectMatch ^/authors /doc/Documentation/topdocs/AUTHORS RedirectMatch ^/news /doc/Documentation/topdocs/NEWS RedirectMatch ^/stable /doc/stable +RedirectMatch ^/development /doc/development #old# default doc dir RedirectMatch ^/doc/*$ /doc/v2.12 -- 2.39.2