Try rule for Bing first
Maybe other rule with L flaf hid our wish
diff --git a/.htaccess b/.htaccess
index 5aa87f5..723f188 100644
--- a/.htaccess
+++ b/.htaccess
@@ -15,6 +15,9 @@
RewriteEngine On
+# Try to get Bing away from the old download location
+RewriteRule ^/download_jmeter$ /download_jmeter.cgi [R]
+
# Redirect http to https
# From Cordova PMC Member raphinesse
# https://s.apache.org/An8s
@@ -29,6 +32,5 @@
# Redirect to https version
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L]
-RewriteRule ^/download_jmeter$ /download_jmeter.cgi [R,L]