This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 26a72a5a223 fix: redirect `/` to `/README` (#1577)
26a72a5a223 is described below
commit 26a72a5a223eba6cca66e51b5641a8d90d6d278e
Author: Young <[email protected]>
AuthorDate: Sat May 6 23:38:41 2023 +0800
fix: redirect `/` to `/README` (#1577)
---
.htaccess | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index 62294dba84f..87bfddaea6b 100644
--- a/.htaccess
+++ b/.htaccess
@@ -40,7 +40,8 @@ Redirect 302 "/slack"
"https://join.slack.com/t/the-asf/shared_invite/zt-1ugrg37
Redirect 302 "/community-meeting-signup"
"https://docs.google.com/forms/d/1C9bIJ3eh0bQrBdv4rPGxHDUvX4giNQ_IRCmDDOQ2mgE/"
Redirect 302 "/contributor-workshop-signup"
"https://docs.google.com/forms/d/1LUER3R9-aFsUm7MhjVd_CM1xAGnkuWIe62prFH5aqAE/"
Redirect 302 "/guest-blog-post" "https://forms.gle/unQpSm7FyqkfaSSP8/"
-
+Redirect 302 "/docs/apisix/getting-started/$"
"/docs/apisix/getting-started/README/"
+Redirect 302 "/zh/docs/apisix/getting-started/$"
"/zh/docs/apisix/getting-started/README/"
Redirect 301 "/docs/apisix/install" "/docs/apisix/how-to-build/"
Redirect 301 "/docs/apisix/architecture-design/plugin/"
"/docs/apisix/architecture-design/plugin-config/"