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 3c63e62  Add back .htaccess
3c63e62 is described below

commit 3c63e62b4cc609d6ce9a8add125535f3f63e53cc
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Dec 19 10:05:49 2025 -0500

    Add back .htaccess
    
    This reverts commit c9608631cd2abbda6aa4865c02af1d82c3b216fd.
---
 .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]

Reply via email to