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 b0f4e0f Automatic Site Publish by Buildbot
b0f4e0f is described below
commit b0f4e0f0fa0205ffa626757ff07b95847849b999
Author: buildbot <[email protected]>
AuthorDate: Thu Jan 22 20:32:30 2026 +0000
Automatic Site Publish by Buildbot
---
output/components/artemis-console/documentation/.htaccess | 3 +++
1 file changed, 3 insertions(+)
diff --git a/output/components/artemis-console/documentation/.htaccess
b/output/components/artemis-console/documentation/.htaccess
index e0eb6b3..25c801f 100644
--- a/output/components/artemis-console/documentation/.htaccess
+++ b/output/components/artemis-console/documentation/.htaccess
@@ -2,6 +2,9 @@ RewriteEngine On
RewriteBase /components/artemis-console/documentation/
+# 1. There's no landing page so redirect to the latest docs
+RewriteRule ^$ latest/ [L,R=301]
+
# 2. Force the trailing slash for the "bare" version URL so paths don't break
RewriteRule ^version/1.5.0$ version/1.5.0/ [R=301,L]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]