This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 762f2e1d4 Update .htaccess
762f2e1d4 is described below
commit 762f2e1d46d9314424224cbb721e2022710271b6
Author: Casion <[email protected]>
AuthorDate: Thu May 26 21:52:24 2022 +0800
Update .htaccess
---
.htaccess | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.htaccess b/.htaccess
index 1fabd4a7f..63ffb5e9f 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,7 +1,6 @@
RewriteEngine On
RewriteBase /
-RewriteRule ^older/(.*)$ 1.1.0/$1 [L]
-RewriteRule ^/docs/older/(.*) https://linkis.apache.org/docs/1.0.3/$1
[R=301,L,NE]
+RewriteRule ^/docs/older/(.*) https://linkis.apache.org/docs/1.0.3/$1 [R=301]
ErrorDocument 404 /404.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]