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 5b068b1  Try avoiding rewrite cond
5b068b1 is described below

commit 5b068b141e9cfc65d5d1692de3ef82193d487900
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Dec 19 08:15:00 2025 -0500

    Try avoiding rewrite cond
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index 3a7b60e..3b8be91 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,5 +2,5 @@
 # redirect urls to the output directory
 # https://issues.apache.org/jira/browse/INFRA-27512
 RewriteEngine On
-RewriteCond %{ENV:REDIRECT_STATUS} ^$
+#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