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 6da7de8d7ed Update .htaccess
6da7de8d7ed is described below

commit 6da7de8d7edc2743b30f875be3be93219625b493
Author: Li Li <[email protected]>
AuthorDate: Thu Sep 29 09:01:08 2022 +0800

    Update .htaccess
---
 content/.htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/.htaccess b/content/.htaccess
index 55d3182ff65..fe5e2c0923c 100755
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -4,4 +4,5 @@ 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/(.+)$" "/docs/$2" [R=301,DPI,L]
+RewriteRule "^docs$" "/docs/" [R=301,DPI,L]
 RewriteRule "^docs/(.*)develop-binary-protocol(.*)$" 
"/docs/$1developing-binary-protocol$2" [R=301,DPI,L]

Reply via email to