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

jbertram pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 34f9fef  Add rewrite rules for backwards compatibility with older 
website
34f9fef is described below

commit 34f9fef168fe68947a3f0519cceaffdd13aba246
Author: Justin Bertram <jbert...@apache.org>
AuthorDate: Thu Apr 4 18:05:33 2019 -0500

    Add rewrite rules for backwards compatibility with older website
---
 src/.htaccess | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/.htaccess b/src/.htaccess
new file mode 100644
index 0000000..8fac65d
--- /dev/null
+++ b/src/.htaccess
@@ -0,0 +1,6 @@
+RewriteEngine On
+RewriteRule ^camel/(.*)$ http://camel.apache.org/$1 [R=301,L]
+RewriteRule ^nms.*$ https://activemq.apache.org/components/nms/ [R=301,L]
+RewriteRule ^cms.*$ https://activemq.apache.org/components/cms/ [R=301,L]
+RewriteRule ^artemis.*$ https://activemq.apache.org/components/artemis/ 
[R=301,L]
+RewriteRule ^apollo.*$ https://activemq.apache.org/ [R=301,L]

Reply via email to