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

zhongxjian 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 5ccbe217bff rewrite script url (#3123)
5ccbe217bff is described below

commit 5ccbe217bffbf38b08cab759d7e6f0ae57a8568d
Author: Jian Zhong <[email protected]>
AuthorDate: Tue Jun 17 21:13:34 2025 +0800

    rewrite script url (#3123)
---
 .htaccess | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.htaccess b/.htaccess
index 7515f51559b..67f08825b98 100644
--- a/.htaccess
+++ b/.htaccess
@@ -34,4 +34,6 @@
   RewriteRule ^/?faq/?([\w\-/]+)?$ "/en/docs3-v2/java-sdk/faq/$1" [L,R=302]
 
   RewriteRule ^/?zh/([\s\S]*)?$ "/zh-cn/$1" [L,R=302]
+
+  RewriteRule ^downloadDubbo$ 
https://raw.githubusercontent.com/apache/dubbo-kubernetes/master/release/downloadDubboCandidate.sh
 [L,R=302]
 </IfModule>

Reply via email to