The .html should be optional for the redirect match
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