tisonkun commented on code in PR #219: URL: https://github.com/apache/pulsar-site/pull/219#discussion_r977222170
########## content/.htaccess: ########## @@ -3,3 +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] Review Comment: ```suggestion RewriteRule "^en/(.+)$" "/$1" [R=301,DPI] RewriteRule "^docs/en/(.+)$" "/docs/$1" [R=301,DPI] RewriteRule "^docs/(zh-CN|zh-TW|ja|ko|fr)/(.+)$" "/$1/docs/$2" [R=301,DPI] ``` Perhaps now we cannot set these rules with `L`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
