You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/05/09 07:16:37 UTC

[pulsar-site] 05/06: fix .htaccess

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit dee688416bed73e0647ea1a7a142c6f76bb6ec37
Author: Li Li <ur...@apache.org>
AuthorDate: Mon May 9 14:59:19 2022 +0800

    fix .htaccess
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/website-next/scripts/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website-next/scripts/.htaccess b/site2/website-next/scripts/.htaccess
index c88e09bfe63..cbd040afa9d 100755
--- a/site2/website-next/scripts/.htaccess
+++ b/site2/website-next/scripts/.htaccess
@@ -1,4 +1,4 @@
 RewriteEngine On
 
 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/(zh-CN|zh-TW|ja|ko|fr)/(.+)$" "/$1/docs/$2" [R=301,DPI,L]
\ No newline at end of file