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

wangweipeng pushed a commit to branch deploy
in repository https://gitbox.apache.org/repos/asf/fory-site.git


The following commit(s) were added to refs/heads/deploy by this push:
     new 4eac7ba4 add redirect rule (#247)
4eac7ba4 is described below

commit 4eac7ba476a5f379d852fdee7334d27cdbe57822
Author: weipeng <[email protected]>
AuthorDate: Fri Jun 6 14:15:56 2025 +0800

    add redirect rule (#247)
    
    Manually add this file and verify whether it can be redirected. #231
    
    Co-authored-by: quanzheng <[email protected]>
---
 .htaccess | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.htaccess b/.htaccess
new file mode 100644
index 00000000..f884d9fc
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,5 @@
+<IfModule mod_rewrite.c>
+  RewriteEngine On
+  RewriteCond %{HTTP_HOST} ^fury.apache.org$
+  RewriteRule (.*)$ https://fory.apache.org/$1 [R=301,L]
+</IfModule>
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to