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 32f9af6  Add migration rewrite rule
32f9af6 is described below

commit 32f9af6eace22f249e31ecf6937100477b1a68d8
Author: Justin Bertram <jbert...@apache.org>
AuthorDate: Fri Apr 5 13:59:16 2019 -0500

    Add migration rewrite rule
---
 src/.htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/.htaccess b/src/.htaccess
index f8e1a05..00fe145 100644
--- a/src/.htaccess
+++ b/src/.htaccess
@@ -2,6 +2,7 @@ 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/migration.html 
https://activemq.apache.org/components/artemis/migration [R=301,L]
 RewriteRule ^artemis/docs/(.*) 
https://activemq.apache.org/components/artemis/documentation/$1 [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