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

albumenj 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 1bc27afead Update .htaccess
1bc27afead is described below

commit 1bc27afeada0689a466e5a8a06e8e1cf1f0c20cd
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Feb 4 12:02:34 2023 +0800

    Update .htaccess
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index 5fbc558598..e6123d81d5 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>

Reply via email to