This is an automated email from the ASF dual-hosted git repository.
albumenj 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 272cd245e6 Update .htaccess
272cd245e6 is described below
commit 272cd245e62610e5030e401acd8b9964c0bce685
Author: Albumen Kevin <[email protected]>
AuthorDate: Thu Apr 14 10:41:50 2022 +0800
Update .htaccess
---
.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index 239503a626..efc131a97e 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,7 +3,7 @@ RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
-RewriteCond %{HTTP:Accept-Language} !^zh [NC]
+
RewriteRule ^/$ /en [L,R=301]
</IfModule>