This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/jmeter-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 693dabb The .html should be optional for the redirect match
693dabb is described below
commit 693dabbb6bbcb68a5642dfc4e859c55b2ab12ae0
Author: Felix Schumacher <[email protected]>
AuthorDate: Tue Oct 11 16:32:52 2022 +0200
The .html should be optional for the redirect match
---
.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index ddb4a1d..9b85b91 100644
--- a/.htaccess
+++ b/.htaccess
@@ -16,7 +16,7 @@
RewriteEngine On
# Try to get Bing away from the old download location
-RewriteRule ^/download_jmeter(\.html)$ /download_jmeter.cgi [R]
+RewriteRule ^/download_jmeter(\.html)?$ /download_jmeter.cgi [R]
# Redirect http to https
# From Cordova PMC Member raphinesse