This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch asf-staged
in repository https://gitbox.apache.org/repos/asf/artemis-website.git
The following commit(s) were added to refs/heads/asf-staged by this push:
new 01ee157 try out some redirect tweaks
01ee157 is described below
commit 01ee1579f560690e0b76a57227f5b30a638375f7
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Dec 4 18:21:49 2025 +0000
try out some redirect tweaks
---
output/.htaccess | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/output/.htaccess b/output/.htaccess
index 6c09f05..107a28a 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -1,15 +1,15 @@
RewriteEngine On
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
-RewriteRule ^components/artemis/documentation/2.32.0/(.*)
https://artemis.apache.org/components/artemis/documentation/previous/2.32.0/$1
[R=301,L]
-RewriteRule ^components/artemis/documentation/2.33.0/(.*)
https://artemis.apache.org/components/artemis/documentation/previous/2.33.0/$1
[R=301,L]
-RewriteRule ^components/artemis/documentation/2.34.0/(.*)
https://artemis.apache.org/components/artemis/documentation/previous/2.34.0/$1
[R=301,L]
-RewriteRule ^components/artemis/documentation/2.35.0/(.*)
https://artemis.apache.org/components/artemis/documentation/previous/2.35.0/$1
[R=301,L]
-RewriteRule ^components/artemis/documentation/2.36.0/(.*)
https://artemis.apache.org/components/artemis/documentation/previous/2.36.0/$1
[R=301,L]
-RewriteRule ^components/artemis/documentation/2.37.0/(.*)
https://artemis.apache.org/components/artemis/documentation/previous/2.37.0/$1
[R=301,L]
-RewriteRule ^components/artemis/documentation/2.38.0/(.*)
https://artemis.apache.org/components/artemis/documentation/previous/2.38.0/$1
[R=301,L]
-RewriteRule ^components/artemis/documentation/2.39.0/(.*)
https://artemis.apache.org/components/artemis/documentation/previous/2.39.0/$1
[R=301,L]
-RewriteRule ^components/artemis/documentation/2.40.0/(.*)
https://artemis.apache.org/components/artemis/documentation/previous/2.40.0/$1
[R=301,L]
-RewriteRule ^components/artemis/documentation/2.41.0/(.*)
https://artemis.apache.org/components/artemis/documentation/previous/2.41.0/$1
[R=301,L]
-RewriteRule ^components/artemis/documentation/2.42.0/(.*)
https://artemis.apache.org/components/artemis/documentation/previous/2.42.0/$1
[R=301,L]
-RewriteRule ^components/artemis/documentation/2.43.0/(.*)
https://artemis.apache.org/components/artemis/documentation/previous/2.43.0/$1
[R=301,L]
+RewriteRule ^components/artemis/documentation/2.32.0(/?.*)$
https://%{SERVER_NAME}%/components/artemis/documentation/previous/2.32.0$1
[R=301,L]
+RewriteRule ^components/artemis/documentation/2.33.0(/?.*)$
https://%{SERVER_NAME}%/components/artemis/documentation/previous/2.33.0$1
[R=301,L]
+RewriteRule ^components/artemis/documentation/2.34.0(/?.*)$
https://%{SERVER_NAME}%/components/artemis/documentation/previous/2.34.0$1
[R=301,L]
+RewriteRule ^components/artemis/documentation/2.35.0(/?.*)$
https://%{SERVER_NAME}%/components/artemis/documentation/previous/2.35.0$1
[R=301,L]
+RewriteRule ^components/artemis/documentation/2.36.0(/?.*)$
https://%{SERVER_NAME}%/components/artemis/documentation/previous/2.36.0$1
[R=301,L]
+RewriteRule ^components/artemis/documentation/2.37.0(/?.*)$
https://%{SERVER_NAME}%/components/artemis/documentation/previous/2.37.0$1
[R=301,L]
+RewriteRule ^components/artemis/documentation/2.38.0(/?.*)$
https://%{SERVER_NAME}%/components/artemis/documentation/previous/2.38.0$1
[R=301,L]
+RewriteRule ^components/artemis/documentation/2.39.0(/?.*)$
https://%{SERVER_NAME}%/components/artemis/documentation/previous/2.39.0$1
[R=301,L]
+RewriteRule ^components/artemis/documentation/2.40.0(/?.*)$
https://%{SERVER_NAME}%/components/artemis/documentation/previous/2.40.0$1
[R=301,L]
+RewriteRule ^components/artemis/documentation/2.41.0(/?.*)$
https://%{SERVER_NAME}%/components/artemis/documentation/previous/2.41.0$1
[R=301,L]
+RewriteRule ^components/artemis/documentation/2.42.0(/?.*)$
https://%{SERVER_NAME}%/components/artemis/documentation/previous/2.42.0$1
[R=301,L]
+RewriteRule ^components/artemis/documentation/2.43.0(/?.*)$
https://%{SERVER_NAME}%/components/artemis/documentation/previous/2.43.0$1
[R=301,L]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]