lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

issue 2212: add main doc/ redirects to .htaccess (issue 297840043 by add


From: fedelogy
Subject: issue 2212: add main doc/ redirects to .htaccess (issue 297840043 by address@hidden)
Date: Mon, 18 Apr 2016 12:03:04 +0000

Reviewers: ,

Message:
This issue has a needs-policy label, so please check that there's
nothing wrong in this patch.


Description:
issue 2212: add main doc/ redirects to .htaccess

Please review this at https://codereview.appspot.com/297840043/

Affected files (+4, -2 lines):
  M Documentation/web/server/lilypond.org.htaccess


Index: Documentation/web/server/lilypond.org.htaccess
diff --git a/Documentation/web/server/lilypond.org.htaccess b/Documentation/web/server/lilypond.org.htaccess index 29d90284118dd52942e03bcb5d46b69c0ee219b9..aebc88a7bf0b3cad40228ff00e085f9fcccaeb04 100644
--- a/Documentation/web/server/lilypond.org.htaccess
+++ b/Documentation/web/server/lilypond.org.htaccess
@@ -49,8 +49,10 @@ RedirectMatch ^/stable    /doc/stable
 # the new website has a dedicated page for development.
 #RedirectMatch ^/development    /doc/development

-#old# default doc dir
-RedirectMatch ^/doc/*$ /doc/v2.18
+# Main doc URL redirects
+RedirectMatch ^/doc$ /manuals
+RedirectMatch ^/doc/stable$ /manuals
+RedirectMatch ^/doc/development$ /development
 # make attempt at `latest' symlink avoid ^v catch-all doc fix rule below
 RedirectMatch ^/doc//*latest/*(.*)$ /doc/v2.19/$1
 RedirectMatch ^/doc//*development/*(.*)$ /doc/v2.19/$1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]