diff options
author | Paul Morris <paulwmorris@gmail.com> | 2016-09-24 13:36:26 -0400 |
---|---|---|
committer | Paul Morris <paulwmorris@gmail.com> | 2016-09-24 13:36:26 -0400 |
commit | c626c7105b3ae2ece4e4e678f9b9b495e4f8ffa6 (patch) | |
tree | 1969bce0f3ff88a19de4f8e0a617188d69a69a5a | |
parent | 136e94ea422fc94ef2587c588d516a03e01275e1 (diff) |
Issue 4962: Web: remove htaccess redirect from news page to home page
-rw-r--r-- | Documentation/web/server/lilypond.org.htaccess | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/web/server/lilypond.org.htaccess b/Documentation/web/server/lilypond.org.htaccess index d6bc37fb59..9a11bb1859 100644 --- a/Documentation/web/server/lilypond.org.htaccess +++ b/Documentation/web/server/lilypond.org.htaccess @@ -43,8 +43,6 @@ RedirectMatch ^/bugs /bug-reports #RedirectMatch ^/bugs http://code.google.com/p/lilypond/issues/list # the new website already has an /authors #RedirectMatch ^/authors /doc/Documentation/topdocs/AUTHORS -# the new website has news on the main page -RedirectMatch ^/news / RedirectMatch ^/stable /doc/stable # the new website has a dedicated page for development. #RedirectMatch ^/development /doc/development |