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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 7257391  redirect latest docs page with embedding details following 
page name change
7257391 is described below

commit 7257391f31cb44c3a694b95d605e795847d8c727
Author: Robbie Gemmell <[email protected]>
AuthorDate: Tue Dec 16 11:52:25 2025 +0000

    redirect latest docs page with embedding details following page name change
---
 src/.htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/.htaccess b/src/.htaccess
index f7ea330..c9c67a5 100644
--- a/src/.htaccess
+++ b/src/.htaccess
@@ -1,6 +1,7 @@
 RewriteEngine On
 RewriteCond %{HTTPS} !=on [NC]
 RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
+RewriteRule 
^components/artemis/documentation/latest/embedding-activemq.html(.*)$ 
https://%{SERVER_NAME}/components/artemis/documentation/latest/embedding-artemis.html$1
 [R=301,L]
 RewriteRule ^components/artemis/documentation/2.32.0(/?.*)$ 
https://%{SERVER_NAME}/components/artemis/documentation/previous/2.32.0$1 
[R=301,L]
 RewriteRule ^components/artemis/documentation/2.33.0(/?.*)$ 
https://%{SERVER_NAME}/components/artemis/documentation/previous/2.33.0$1 
[R=301,L]
 RewriteRule ^components/artemis/documentation/2.34.0(/?.*)$ 
https://%{SERVER_NAME}/components/artemis/documentation/previous/2.34.0$1 
[R=301,L]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to