This is an automated email from the ASF dual-hosted git repository.
urfree pushed a commit to branch asf-site-next
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/asf-site-next by this push:
new 7d35414de44 Update .htaccess
7d35414de44 is described below
commit 7d35414de44d6a833387d9672fe2d027b31b458d
Author: Li Li <[email protected]>
AuthorDate: Thu Sep 22 15:50:53 2022 +0800
Update .htaccess
---
content/.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/.htaccess b/content/.htaccess
index de6a2a366bb..bb7e20d86c9 100755
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -3,5 +3,5 @@ RewriteEngine On
RewriteRule "^en/(.+)$" "/$1" [R=301,DPI,L]
RewriteRule "^docs/en/(.+)$" "/docs/$1" [R=301,DPI,L]
RewriteRule "^docs/(zh-CN|zh-TW|ja|ko|fr)/(.+)$" "/$1/docs/$2" [R=301,DPI,L]
-RewriteRule "^(zh-CN|zh-TW|ja|ko|fr)/(.+)$" "/docs/$2" [R=301,DPI,L]
+RewriteRule "^(zh-CN|zh-TW|ja|ko|fr)/(.+)$" "/$2" [R=301,DPI,L]
RewriteRule "^docs/(.*)develop-binary-protocol(.*)$"
"/docs/$1developing-binary-protocol$2" [R=301,DPI,L]