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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6c9ae1a  Automatic Site Publish by Buildbot
6c9ae1a is described below

commit 6c9ae1a7355809d0116411e7086baa657b132f66
Author: buildbot <[email protected]>
AuthorDate: Fri Jan 23 12:16:50 2026 +0000

    Automatic Site Publish by Buildbot
---
 output/.htaccess                                          | 6 ++----
 output/components/artemis-console/documentation/.htaccess | 9 ++++++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/output/.htaccess b/output/.htaccess
index 97434ff..e963b2f 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -14,7 +14,5 @@ RewriteRule ^components/artemis/documentation/2.40.0(/?.*)$ 
https://%{SERVER_NAM
 RewriteRule ^components/artemis/documentation/2.41.0(/?.*)$ 
https://%{SERVER_NAME}/components/artemis/documentation/previous/2.41.0$1 
[R=301,L]
 RewriteRule ^components/artemis/documentation/2.42.0(/?.*)$ 
https://%{SERVER_NAME}/components/artemis/documentation/previous/2.42.0$1 
[R=301,L]
 RewriteRule ^components/artemis/documentation/2.43.0(/?.*)$ 
https://%{SERVER_NAME}/components/artemis/documentation/previous/2.43.0$1 
[R=301,L]
-RewriteRule ^components/artemis-console/documentation(/?)$ 
https://%{SERVER_NAME}/components/artemis-console/documentation/latest/ 
[R=301,L]
-RewriteRule ^components/artemis-console/documentation/index(.*)$ 
https://%{SERVER_NAME}/components/artemis-console/documentation/latest/ 
[R=301,L]
-RewriteRule ^components/artemis-console/documentation/console(.*)$ 
https://%{SERVER_NAME}/components/artemis-console/documentation/latest/ 
[R=301,L]
-RewriteRule ^components/artemis-console/documentation/deploying(.*)$ 
https://%{SERVER_NAME}/components/artemis-console/documentation/latest/ 
[R=301,L]
+
+# See also components/artemis-console/documentation/.htacess for handling 
specific to the console documentation
diff --git a/output/components/artemis-console/documentation/.htaccess 
b/output/components/artemis-console/documentation/.htaccess
index 25c801f..8a58409 100644
--- a/output/components/artemis-console/documentation/.htaccess
+++ b/output/components/artemis-console/documentation/.htaccess
@@ -2,10 +2,13 @@ RewriteEngine On
 
 RewriteBase /components/artemis-console/documentation/
 
-# 1. There's no landing page so redirect to the latest docs
-RewriteRule ^$ latest/ [L,R=301]
+# 1. There's no longer a landing page [or old docs] so redirect to the latest 
docs
+RewriteRule ^$ latest/ [R=301,L]
+RewriteRule ^index(.*)$ latest/ [R=301,L]
+RewriteRule ^console(.*)$ latest/ [R=301,L]
+RewriteRule ^deploying(.*)$ latest/ [R=301,L]
 
-# 2. Force the trailing slash for the "bare" version URL so paths don't break
+# 2. Force the trailing slash for the "bare" newest version URL so internal 
rewrite paths don't break
 RewriteRule ^version/1.5.0$ version/1.5.0/ [R=301,L]
 
 # 3. Internal rewrite so that the latest version actually loads the latest docs


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

Reply via email to