This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 874ee28  Issue 324: Add htaccess for handling redirections to old 
releases (#346)
874ee28 is described below

commit 874ee28d64b8d3b1f444d1659e2a5df8baebccfd
Author: Sijie Guo <guosi...@gmail.com>
AuthorDate: Tue Aug 1 12:34:39 2017 -0700

    Issue 324: Add htaccess for handling redirections to old releases (#346)
    
    This closes #324 .
---
 .htaccess | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..8352751
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,7 @@
+# please keep sections in alpha order
+
+# documentation for old releases
+
+# in the new website, the old releases' documentation is /archives/rx.y.z . 
The should be redirected
+# to the documentation hosted in Apache CMS 
https://bookkeeper.apache.org/docs/rx.y.z 
+Redirect Permanent /archives https://bookkeeper.apache.org/docs

-- 
To stop receiving notification emails like this one, please contact
['"commits@bookkeeper.apache.org" <commits@bookkeeper.apache.org>'].

Reply via email to