You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2022/10/10 09:47:21 UTC

[jmeter-site] branch asf-site updated: Try rule for Bing first

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 3f46594  Try rule for Bing first
3f46594 is described below

commit 3f46594669a960553a7ea00d4033d3273f1f5ece
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Mon Oct 10 11:47:07 2022 +0200

    Try rule for Bing first
    
    Maybe other rule with L flaf hid our wish
---
 .htaccess | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 @@ RewriteCond %{HTTPS} !=on
 # Redirect to https version
 RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L]
 
-RewriteRule ^/download_jmeter$ /download_jmeter.cgi [R,L]