This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch m4 in repository https://gitbox.apache.org/repos/asf/pekko-site.git
commit a8faffb790c3b3389371a9344d3e3655a98c3c71 Author: PJ Fanning <[email protected]> AuthorDate: Mon Aug 24 09:20:27 2026 +0100 redirects for 2.0.0-M4 --- 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]
