This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch redirects in repository https://gitbox.apache.org/repos/asf/pekko-site.git
commit 9492296f88f013dd8f4dfed39e59a7e887f4e7f2 Author: PJ Fanning <[email protected]> AuthorDate: Sat May 30 16:33:52 2026 +0100 add milestone redirects --- 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]
