This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 0ae6c919 Update .htaccess
0ae6c919 is described below
commit 0ae6c9191cdbd7afecb8718860e55fa3a4caeac3
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Jun 30 15:34:52 2023 +0100
Update .htaccess
---
content/.htaccess | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/.htaccess b/content/.htaccess
index 2b530a0f..e5d0cbc3 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -8,9 +8,9 @@ RewriteRule ^docs/pekko/current/(.*)$
https://nightlies.apache.org/pekko/docs/pe
RewriteRule ^api/pekko/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko/1.0.0/api/$1 [P]
RewriteRule ^japi/pekko/current/(.*)$
https://nightlies.apache.org/pekko/docs/pekko/1.0.0/japi/$1 [P]
# pekko-http/current gets redirected to pekko-http/snapshot because no 1.0.0
exists yet (likewise for other downstream modules)
-RewriteRule ^docs/([^/]+)/current/(.*)$
https://nightlies.apache.org/pekko/docs/main-snapshot/docs/$2 [P]
-RewriteRule ^api/([^/]+)/current/(.*)$
https://nightlies.apache.org/pekko/docs/main-snapshot/api/$2 [P]
-RewriteRule ^japi/([^/]+)/current/(.*)$
https://nightlies.apache.org/pekko/docs/main-snapshot/japi/$2 [P]
+RewriteRule ^docs/([^/]+)/current/(.*)$
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/docs/$2 [P]
+RewriteRule ^api/([^/]+)/current/(.*)$
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/api/$2 [P]
+RewriteRule ^japi/([^/]+)/current/(.*)$
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/japi/$2 [P]
# 1.0.0 redirect (only works for pekko because no other modules are released)
RewriteRule ^docs/([^/]+)/1.0.0/(.*)$
https://nightlies.apache.org/pekko/docs/$1/1.0.0/docs/$2 [P]
RewriteRule ^api/([^/]+)/1.0.0/(.*)$
https://nightlies.apache.org/pekko/docs/$1/1.0.0/api/$2 [P]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]