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 6c9f60b Automatic Site Publish by Buildbot
6c9f60b is described below
commit 6c9f60b6f179ee86b90b851aad47ef31a880bfec
Author: buildbot <[email protected]>
AuthorDate: Mon Jan 19 02:25:46 2026 +0000
Automatic Site Publish by Buildbot
---
output/components/artemis-console/newdocs/.htaccess | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/output/components/artemis-console/newdocs/.htaccess
b/output/components/artemis-console/newdocs/.htaccess
index 81784aa..9f142cb 100644
--- a/output/components/artemis-console/newdocs/.htaccess
+++ b/output/components/artemis-console/newdocs/.htaccess
@@ -1,4 +1,7 @@
RewriteEngine On
-RewriteRule ^latest$ /components/artemis-console/newdocs/1.5.0/ [L]
+# 1. Force the trailing slash for the "bare" URL so paths don't break
+RewriteRule ^latest$ /latest/ [R=301,L]
+
+# 2. Internal rewrite for everything else
RewriteRule ^latest/(.*)$ /components/artemis-console/newdocs/1.5.0/$1 [L]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]