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

jrudolph pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git

commit 5df9854c3e32fda3e2ef02742330ff49a5bff921
Author: Johannes Rudolph <[email protected]>
AuthorDate: Wed Apr 26 15:11:39 2023 +0200

    also add api redirects
---
 content/.htaccess | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/content/.htaccess b/content/.htaccess
index f79535a8..cc4be665 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -1,2 +1,4 @@
 RewriteEngine On
-RewriteRule docs/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/docs/$2 [P]
+RewriteRule ^docs/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/docs/$2 [P]
+RewriteRule ^api/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/api/$2 [P]
+RewriteRule ^japi/([^/]+)/snapshot/(.*)$ 
https://nightlies.apache.org/pekko/docs/$1/main-snapshot/japi/$2 [P]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to