This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch next-asf-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/next-asf-site by this push:
new 0557660d42 deploy: 747d838a8f0c3248481f77eef27312da26f22e1e
0557660d42 is described below
commit 0557660d42753e29043dc8afd2145fee00866004
Author: AlbumenJ <[email protected]>
AuthorDate: Sat Feb 4 04:04:05 2023 +0000
deploy: 747d838a8f0c3248481f77eef27312da26f22e1e
---
.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index e6123d81d5..5fbc558598 100644
--- a/.htaccess
+++ b/.htaccess
@@ -33,5 +33,5 @@
RewriteRule ^/?faq/?([\w\-/]+)?$ "/en/docs3-v2/java-sdk/faq/$1" [L,R=302]
- RewriteRule ^/?zh/([\w\-/]+)?$ "/zh-cn/$1" [L,R=302]
+ RewriteRule ^/?zh/?([\w\-/]+)?$ "/zh-cn/$1" [L,R=302]
</IfModule>