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 58373cb Revert "Try avoiding rewrite cond"
58373cb is described below
commit 58373cb96aa4bbd0a661cd78eddb2119a2becb4e
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Dec 19 08:27:41 2025 -0500
Revert "Try avoiding rewrite cond"
This reverts commit 5b068b141e9cfc65d5d1692de3ef82193d487900.
---
.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index 3b8be91..3a7b60e 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]