This is an automated email from the ASF dual-hosted git repository.

fanningpj 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 fea9cc51 fix issue with 1.3.0 redirects (#175)
fea9cc51 is described below

commit fea9cc51f3d83bf3d0631f81a89a9cdec70b25f2
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Nov 24 12:02:55 2025 +0100

    fix issue with 1.3.0 redirects (#175)
---
 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]

Reply via email to