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 008459f Add htaccess file per
https://issues.apache.org/jira/browse/INFRA-27512
008459f is described below
commit 008459fdb0c16ff58bfc5535ee199e5c1de0e0e2
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Dec 19 07:25:33 2025 -0500
Add htaccess file per https://issues.apache.org/jira/browse/INFRA-27512
---
.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]