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

engelen 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 ee2259b0 add redirects for milestones (#111)
ee2259b0 is described below

commit ee2259b01cf16b80c888d5eeeabb5c4fc7cde715
Author: PJ Fanning <[email protected]>
AuthorDate: Sun May 19 15:21:06 2024 +0100

    add redirects for milestones (#111)
---
 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]

Reply via email to