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

commit 9c02d29db82d6fea7c1471886a9ca1418e2599cc
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Dec 4 18:27:22 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..f7ea330 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]

Reply via email to