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

jbertram 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 53afada  ARTEMIS-5850 update .htaccess since there's no landing page
53afada is described below

commit 53afada1d2ac0c2452beb3643e2e2d5e9b95892e
Author: Justin Bertram <[email protected]>
AuthorDate: Thu Jan 22 14:32:10 2026 -0600

    ARTEMIS-5850 update .htaccess since there's no landing page
---
 src/components/artemis-console/documentation/.htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/components/artemis-console/documentation/.htaccess 
b/src/components/artemis-console/documentation/.htaccess
index e0eb6b3..25c801f 100644
--- a/src/components/artemis-console/documentation/.htaccess
+++ b/src/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]

Reply via email to