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 689fcd8 Update htaccess regex for new doc scaffolding
689fcd8 is described below
commit 689fcd8266b16cccdb1f021b4ece3e5fa081c864
Author: Justin Bertram <[email protected]>
AuthorDate: Sat Jan 17 11:27:17 2026 -0600
Update htaccess regex for new doc scaffolding
---
src/components/artemis-console/newdocs/.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/artemis-console/newdocs/.htaccess
b/src/components/artemis-console/newdocs/.htaccess
index b289e10..034fe1e 100644
--- a/src/components/artemis-console/newdocs/.htaccess
+++ b/src/components/artemis-console/newdocs/.htaccess
@@ -1,3 +1,3 @@
RewriteEngine On
-RewriteRule ^latest/(.*)$ /components/artemis-console/newdocs/1.5.0/$1 [L]
+RewriteRule ^latest/?(.*)$ /components/artemis-console/newdocs/1.5.0/$1 [L]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]