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 c8cac3edccc fix rewrite (#3124)
c8cac3edccc is described below
commit c8cac3edccc2f7b0c586d2886d6250e29811864a
Author: Jian Zhong <[email protected]>
AuthorDate: Tue Jun 17 21:32:17 2025 +0800
fix rewrite (#3124)
---
.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index 67f08825b98..178b7a3946d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -35,5 +35,5 @@
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]
+ RewriteRule ^downloadDubbo$
https://raw.githubusercontent.com/apache/dubbo-kubernetes/master/release/downloadDubboCandidate.sh
[R=302,L]
</IfModule>