This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch cn-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/cn-site by this push:
new 1809e0d1269 deploy: 38dadd655436cd72acae4807761ecd33ee42de99
1809e0d1269 is described below
commit 1809e0d1269139c207d82d43aeb8466f01e9b1ba
Author: AlbumenJ <[email protected]>
AuthorDate: Sat Oct 7 10:03:58 2023 +0000
deploy: 38dadd655436cd72acae4807761ecd33ee42de99
---
.htaccess | 1 +
1 file changed, 1 insertion(+)
diff --git a/.htaccess b/.htaccess
index dd31cb52167..116914f6f57 100644
--- a/.htaccess
+++ b/.htaccess
@@ -17,6 +17,7 @@
RewriteCond "%{HTTP:Accept-Language}" ^zh
RewriteCond %{HTTP_HOST} !cn
RewriteCond %{HTTP_HOST} !static
+ RewriteCond %{HTTP_HOST} !dubbo-
RewriteRule ^(.*)$ https://cn.dubbo.apache.org/$1 [L,R=301]
RewriteCond %{SERVER_PORT} !^443$