This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch milestones in repository https://gitbox.apache.org/repos/asf/pekko-site.git
commit 7ad569454ed16a5b1136a69a470658a52f7d47dd Author: PJ Fanning <[email protected]> AuthorDate: Sun May 19 12:44:55 2024 +0100 add redirects for milestones --- content/.htaccess | 8 ++++++++ src/main/public/.htaccess | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/content/.htaccess b/content/.htaccess index 06196279..1c651ba1 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -51,6 +51,14 @@ RewriteRule ^japi/([^/]+)/1.0.1/(.*)$ https://nightlies.apache.org/pekko/docs/$1 RewriteRule ^docs/([^/]+)/1.0.2/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.0.2/docs/$2 [P] RewriteRule ^api/([^/]+)/1.0.2/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.0.2/api/$2 [P] RewriteRule ^japi/([^/]+)/1.0.2/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.0.2/japi/$2 [P] +# 1.0.3-M1 redirect +RewriteRule ^docs/([^/]+)/1.0.3-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.0.3-M1/docs/$2 [P] +RewriteRule ^api/([^/]+)/1.0.3-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.0.3-M1/api/$2 [P] +RewriteRule ^japi/([^/]+)/1.0.3-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.0.3-M1/japi/$2 [P] +# 1.1.0-M1 redirect +RewriteRule ^docs/([^/]+)/1.1.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.1.0-M1/docs/$2 [P] +RewriteRule ^api/([^/]+)/1.1.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.1.0-M1/api/$2 [P] +RewriteRule ^japi/([^/]+)/1.1.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.1.0-M1/japi/$2 [P] # 1.0 redirect RewriteRule ^docs/([^/]+)/1.0/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.0/docs/$2 [P] RewriteRule ^api/([^/]+)/1.0/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.0/api/$2 [P] diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess index 06196279..1c651ba1 100644 --- a/src/main/public/.htaccess +++ b/src/main/public/.htaccess @@ -51,6 +51,14 @@ RewriteRule ^japi/([^/]+)/1.0.1/(.*)$ https://nightlies.apache.org/pekko/docs/$1 RewriteRule ^docs/([^/]+)/1.0.2/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.0.2/docs/$2 [P] RewriteRule ^api/([^/]+)/1.0.2/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.0.2/api/$2 [P] RewriteRule ^japi/([^/]+)/1.0.2/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.0.2/japi/$2 [P] +# 1.0.3-M1 redirect +RewriteRule ^docs/([^/]+)/1.0.3-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.0.3-M1/docs/$2 [P] +RewriteRule ^api/([^/]+)/1.0.3-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.0.3-M1/api/$2 [P] +RewriteRule ^japi/([^/]+)/1.0.3-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.0.3-M1/japi/$2 [P] +# 1.1.0-M1 redirect +RewriteRule ^docs/([^/]+)/1.1.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.1.0-M1/docs/$2 [P] +RewriteRule ^api/([^/]+)/1.1.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.1.0-M1/api/$2 [P] +RewriteRule ^japi/([^/]+)/1.1.0-M1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.1.0-M1/japi/$2 [P] # 1.0 redirect RewriteRule ^docs/([^/]+)/1.0/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.0/docs/$2 [P] RewriteRule ^api/([^/]+)/1.0/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.0/api/$2 [P] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
