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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 863325f150 Update .htaccess
863325f150 is described below

commit 863325f1502781c95360e3d946890d44600297fa
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Feb 10 17:23:16 2023 +0800

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

diff --git a/.htaccess b/.htaccess
index 561f5b4e2c..51bd9f7418 100644
--- a/.htaccess
+++ b/.htaccess
@@ -32,5 +32,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/([\s\S]*)?$ "/zh-cn/$1" [L,R=302]
 </IfModule>

Reply via email to