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 bf3f6ea  Revert "try to get other rule to work"
bf3f6ea is described below

commit bf3f6eabc233864cf5da4cdbae8f547dbd564a61
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Dec 19 12:30:28 2025 -0500

    Revert "try to get other rule to work"
    
    This reverts commit 9bdf0ccd1ec5f5337071b37a31695cd3c40084c8.
---
 .htaccess | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.htaccess b/.htaccess
index 2171d7d..dac2b91 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,8 +3,4 @@
 # https://issues.apache.org/jira/browse/INFRA-27512
 RewriteEngine On
 RewriteCond %{ENV:REDIRECT_STATUS} ^$
-RewriteRule ^(.*)/$ output/$1/ [L]
-
-RewriteEngine On
-RewriteCond %{ENV:REDIRECT_STATUS} ^$
-RewriteRule ^(.*)$ output/$1 [L]
+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