This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch redirect-1.3.0 in repository https://gitbox.apache.org/repos/asf/pekko-site.git
commit d646ee9a1324f6b880144a83bb2f1ae2d993f5e5 Author: PJ Fanning <[email protected]> AuthorDate: Mon Nov 24 00:53:32 2025 +0100 fix issue with 1.3.0 redirects --- content/.htaccess | 6 +++--- src/main/public/.htaccess | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/.htaccess b/content/.htaccess index f9a25b44..3c90fa41 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -114,9 +114,9 @@ RewriteRule ^docs/([^/]+)/1.2.1/(.*)$ https://nightlies.apache.org/pekko/docs/$1 RewriteRule ^api/([^/]+)/1.2.1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.2.1/api/$2 [P] RewriteRule ^japi/([^/]+)/1.2.1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.2.1/japi/$2 [P] # 1.3.0 redirect -RewriteRule ^docs/([^/]+)/1.2.1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.3.0/docs/$2 [P] -RewriteRule ^api/([^/]+)/1.2.1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.3.0/api/$2 [P] -RewriteRule ^japi/([^/]+)/1.2.1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.3.0/japi/$2 [P] +RewriteRule ^docs/([^/]+)/1.3.0/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.3.0/docs/$2 [P] +RewriteRule ^api/([^/]+)/1.3.0/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.3.0/api/$2 [P] +RewriteRule ^japi/([^/]+)/1.3.0/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.3.0/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] diff --git a/src/main/public/.htaccess b/src/main/public/.htaccess index f9a25b44..3c90fa41 100644 --- a/src/main/public/.htaccess +++ b/src/main/public/.htaccess @@ -114,9 +114,9 @@ RewriteRule ^docs/([^/]+)/1.2.1/(.*)$ https://nightlies.apache.org/pekko/docs/$1 RewriteRule ^api/([^/]+)/1.2.1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.2.1/api/$2 [P] RewriteRule ^japi/([^/]+)/1.2.1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.2.1/japi/$2 [P] # 1.3.0 redirect -RewriteRule ^docs/([^/]+)/1.2.1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.3.0/docs/$2 [P] -RewriteRule ^api/([^/]+)/1.2.1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.3.0/api/$2 [P] -RewriteRule ^japi/([^/]+)/1.2.1/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.3.0/japi/$2 [P] +RewriteRule ^docs/([^/]+)/1.3.0/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.3.0/docs/$2 [P] +RewriteRule ^api/([^/]+)/1.3.0/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.3.0/api/$2 [P] +RewriteRule ^japi/([^/]+)/1.3.0/(.*)$ https://nightlies.apache.org/pekko/docs/$1/1.3.0/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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
