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 927285cb798 Update .htaccess
927285cb798 is described below

commit 927285cb79890a6a3dd5098af9879c32659107b4
Author: Li Li <[email protected]>
AuthorDate: Thu Jun 23 09:22:46 2022 +0800

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

diff --git a/content/.htaccess b/content/.htaccess
index ad940597c6d..b8f5d383f1f 100755
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -3,4 +3,4 @@ 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 "(.+/)?docs/(.+)/$" "$1/docs/$1" [R=301,DPI,L]
+RewriteRule "(.+/)?docs/(.+)/$" "$1/docs/$2" [R=301,DPI,L]

Reply via email to