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 d28f82b5 Update .htaccess
d28f82b5 is described below
commit d28f82b534b2c40b02a35bea3d24ea89941bebcf
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Feb 16 22:33:03 2023 +0100
Update .htaccess
---
content/.htaccess | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/content/.htaccess b/content/.htaccess
index 62f85084..0a19bd37 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -1 +1,3 @@
-RedirectMatch 301 ^docs/pekko/current^(.*)
https://nightlies.apache.org/pekko/docs/pekko/main-snapshot/docs$1
+RewriteEngine on
+
+RewriteRule ^docs/pekko/current/^(.*)$
https://nightlies.apache.org/pekko/docs/pekko/main-snapshot/docs/$1 [R=302,L]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]