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 8d73edf7 redirects for 2.0.0-M4 (#228)
8d73edf7 is described below
commit 8d73edf707aad559e9c538160767011c390540ea
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Aug 24 10:43:28 2026 +0100
redirects for 2.0.0-M4 (#228)
---
content/.htaccess | 4 ++++
src/main/public/.htaccess | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/content/.htaccess b/content/.htaccess
index e0232a69..c4da96b0 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -185,6 +185,10 @@ RewriteRule ^japi/([^/]+)/2.0.0-M2/(.*)$
https://nightlies.apache.org/pekko/docs
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]
+# 2.0.0-M4 redirect
+RewriteRule ^docs/([^/]+)/2.0.0-M4/(.*)$
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M4/docs/$2 [P]
+RewriteRule ^api/([^/]+)/2.0.0-M4/(.*)$
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M4/api/$2 [P]
+RewriteRule ^japi/([^/]+)/2.0.0-M4/(.*)$
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M4/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 e0232a69..c4da96b0 100644
--- a/src/main/public/.htaccess
+++ b/src/main/public/.htaccess
@@ -185,6 +185,10 @@ RewriteRule ^japi/([^/]+)/2.0.0-M2/(.*)$
https://nightlies.apache.org/pekko/docs
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]
+# 2.0.0-M4 redirect
+RewriteRule ^docs/([^/]+)/2.0.0-M4/(.*)$
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M4/docs/$2 [P]
+RewriteRule ^api/([^/]+)/2.0.0-M4/(.*)$
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M4/api/$2 [P]
+RewriteRule ^japi/([^/]+)/2.0.0-M4/(.*)$
https://nightlies.apache.org/pekko/docs/$1/2.0.0-M4/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]