This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch history/test-staging
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/history/test-staging by this
push:
new d76f9bf7e22 Update .htaccess
d76f9bf7e22 is described below
commit d76f9bf7e2278c561ffeb02d79c3c5b6cf9473d7
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Oct 7 17:56:49 2023 +0800
Update .htaccess
---
.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$