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 754d2d12d75 Update .htaccess
754d2d12d75 is described below

commit 754d2d12d753910682922608becb345a61166100
Author: Li Li <[email protected]>
AuthorDate: Mon Jun 13 15:37:41 2022 +0800

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

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

Reply via email to