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 9bdf0cc  try to get other rule to work
9bdf0cc is described below

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

    try to get other rule to work
---
 .htaccess | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index dac2b91..2171d7d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,4 +3,8 @@
 # https://issues.apache.org/jira/browse/INFRA-27512
 RewriteEngine On
 RewriteCond %{ENV:REDIRECT_STATUS} ^$
-RewriteRule ^(.*)$ output/$1 [L]
\ No newline at end of file
+RewriteRule ^(.*)/$ output/$1/ [L]
+
+RewriteEngine On
+RewriteCond %{ENV:REDIRECT_STATUS} ^$
+RewriteRule ^(.*)$ output/$1 [L]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to