This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site-v2
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/asf-site-v2 by this push:
new 1a90a12359d deploy: 38dadd655436cd72acae4807761ecd33ee42de99
1a90a12359d is described below
commit 1a90a12359d1e50279777d26534e50f6bc9efe5f
Author: AlbumenJ <[email protected]>
AuthorDate: Sat Oct 7 10:06:41 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$