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 d22f49c  Another test for new console doc scaffolding
d22f49c is described below

commit d22f49cf1e97bb6803f0b20fa6639bfbb7722bee
Author: Justin Bertram <[email protected]>
AuthorDate: Sun Jan 18 20:29:03 2026 -0600

    Another test for new console doc scaffolding
---
 src/components/artemis-console/newdocs/.htaccess | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/artemis-console/newdocs/.htaccess 
b/src/components/artemis-console/newdocs/.htaccess
index 9f142cb..f9751e5 100644
--- a/src/components/artemis-console/newdocs/.htaccess
+++ b/src/components/artemis-console/newdocs/.htaccess
@@ -1,7 +1,7 @@
 RewriteEngine On
 
 # 1. Force the trailing slash for the "bare" URL so paths don't break
-RewriteRule ^latest$ /latest/ [R=301,L]
+RewriteRule ^latest$ latest/ [R=301,L]
 
 # 2. Internal rewrite for everything else
-RewriteRule ^latest/(.*)$ /components/artemis-console/newdocs/1.5.0/$1 [L]
+RewriteRule ^latest/(.*)$ 1.5.0/$1 [L]


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

Reply via email to