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 70f3680 Fix .htaccess by remving trailing slash
70f3680 is described below
commit 70f3680d1ba7ed257d8cd2902b1f284198db07f2
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Dec 19 12:23:26 2025 -0500
Fix .htaccess by remving trailing slash
---
.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index 3a7b60e..dac2b91 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,4 +3,4 @@
# 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]
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]