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

pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 2535c58e add milestone redirects (#204)
2535c58e is described below

commit 2535c58e7b9da8e700e8b71c05f37d18dfc24030
Author: PJ Fanning <[email protected]>
AuthorDate: Sat May 30 18:56:25 2026 +0100

    add milestone redirects (#204)
---
 content/.htaccess         | 8 ++++++++
 src/main/public/.htaccess | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/content/.htaccess b/content/.htaccess
index 7998aecc..2cfe6483 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -165,6 +165,14 @@ RewriteRule ^japi/([^/]+)/1.2.0-M2/(.*)$ 
https://nightlies.apache.org/pekko/docs
 RewriteRule ^docs/([^/]+)/2.0.0-M1/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M1/docs/$2 [P]
 RewriteRule ^api/([^/]+)/2.0.0-M1/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M1/api/$2 [P]
 RewriteRule ^japi/([^/]+)/2.0.0-M1/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M1/japi/$2 [P]
+# 2.0.0-M2 redirect
+RewriteRule ^docs/([^/]+)/2.0.0-M2/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M2/docs/$2 [P]
+RewriteRule ^api/([^/]+)/2.0.0-M2/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M2/api/$2 [P]
+RewriteRule ^japi/([^/]+)/2.0.0-M2/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M2/japi/$2 [P]
+# 2.0.0-M3 redirect
+RewriteRule ^docs/([^/]+)/2.0.0-M3/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M3/docs/$2 [P]
+RewriteRule ^api/([^/]+)/2.0.0-M3/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M3/api/$2 [P]
+RewriteRule ^japi/([^/]+)/2.0.0-M3/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M3/japi/$2 [P]
 # snapshots redirect
 RewriteRule ^docs/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/docs/$2 [P]
 RewriteRule ^api/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/api/$2 [P]
diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess
index 7998aecc..2cfe6483 100644
--- a/src/main/public/.htaccess
+++ b/src/main/public/.htaccess
@@ -165,6 +165,14 @@ RewriteRule ^japi/([^/]+)/1.2.0-M2/(.*)$ 
https://nightlies.apache.org/pekko/docs
 RewriteRule ^docs/([^/]+)/2.0.0-M1/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M1/docs/$2 [P]
 RewriteRule ^api/([^/]+)/2.0.0-M1/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M1/api/$2 [P]
 RewriteRule ^japi/([^/]+)/2.0.0-M1/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M1/japi/$2 [P]
+# 2.0.0-M2 redirect
+RewriteRule ^docs/([^/]+)/2.0.0-M2/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M2/docs/$2 [P]
+RewriteRule ^api/([^/]+)/2.0.0-M2/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M2/api/$2 [P]
+RewriteRule ^japi/([^/]+)/2.0.0-M2/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M2/japi/$2 [P]
+# 2.0.0-M3 redirect
+RewriteRule ^docs/([^/]+)/2.0.0-M3/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M3/docs/$2 [P]
+RewriteRule ^api/([^/]+)/2.0.0-M3/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M3/api/$2 [P]
+RewriteRule ^japi/([^/]+)/2.0.0-M3/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M3/japi/$2 [P]
 # snapshots redirect
 RewriteRule ^docs/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/docs/$2 [P]
 RewriteRule ^api/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/api/$2 [P]


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

Reply via email to