This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch asf-staged
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-staged by this push:
new a3d01e3d3 try out some alternative redirects to new site
a3d01e3d3 is described below
commit a3d01e3d30e4a2d48cd091bf2b15be4df930215c
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Dec 4 18:41:12 2025 +0000
try out some alternative redirects to new site
---
output/.htaccess | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/output/.htaccess b/output/.htaccess
index 24ede6886..e304b6ef2 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -4,9 +4,11 @@ RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
RewriteRule ^camel/(.*)$ https://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 ^components/artemis-console(/?.*)$
https://artemis.staged.apache.org/components/artemis-console$1 [R=301,L]
+RewriteRule ^components/artemis(/?.*)$
https://artemis.staged.apache.org/components/artemis$1 [R=301,L]
+RewriteRule ^artemis/migration.html
https://artemis.staged.apache.org/components/artemis/migration [R=301,L]
+RewriteRule ^artemis/docs/(.*)
https://artemis.staged.apache.org/components/artemis/documentation/$1 [R=301,L]
+RewriteRule ^artemis.*$ https://artemis.staged.apache.org/components/artemis/
[R=301,L]
RewriteRule ^apollo.*$ https://activemq.apache.org/ [R=301,L]
RewriteRule ^becoming-a-committer(.*) https://activemq.apache.org/contributing
[R=301,L]
RewriteRule ^how-can-i-get-help(.*) https://activemq.apache.org/support
[R=301,L]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact