This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 92352f9 Reapply "Add back .htaccess"
92352f9 is described below
commit 92352f92a1f2541e63077af2ef2fcba317b09e64
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Dec 19 10:09:13 2025 -0500
Reapply "Add back .htaccess"
This reverts commit 1c4b6fca52e2ec76dfb695d0983b34897093be2a.
---
.htaccess | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..3a7b60e
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,6 @@
+
+# redirect urls to the output directory
+# https://issues.apache.org/jira/browse/INFRA-27512
+RewriteEngine On
+RewriteCond %{ENV:REDIRECT_STATUS} ^$
+RewriteRule ^(.*)$ output/$1/ [L]
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]