This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new f13fee7ab54 [Website] Add .htaccess redirect for datafusion-python
(#529)
f13fee7ab54 is described below
commit f13fee7ab54ef8bc45eeab08130ce46545818934
Author: Michael J Ward <[email protected]>
AuthorDate: Tue Jun 4 15:59:34 2024 -0500
[Website] Add .htaccess redirect for datafusion-python (#529)
Closes #528
This PR adds a line to `.htaccess` file which will should redirect all
arrow.apache.org/datafusion-python URLs to datafusion.apache.org/python.
This applies the same change as used for the top level `datafusion`
https://github.com/apache/arrow-site/pull/505
---
.htaccess | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.htaccess b/.htaccess
index bd86b70fe6e..fe54e0acc92 100644
--- a/.htaccess
+++ b/.htaccess
@@ -18,3 +18,6 @@ Redirect permanent /datafusion/user-guide/cli.html
https://datafusion.apache.org
# redirect all datafusion URLs to new top level website
Redirect permanent /datafusion https://datafusion.apache.org
+
+# redirect all datafusion-python URLs to new website
+Redirect permanent /datafusion-python https://datafusion.apache.org/python