Skip to content

Commit

Permalink
Redirect Bing to the real download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
FSchumacher committed Oct 20, 2022
1 parent fb557d5 commit 6dec35f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion xdocs/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

RewriteEngine On

# Try to get Bing away from the old download location
RewriteRule ^download_jmeter(\.html)?$ /download_jmeter.cgi [R]

# Redirect http to https
# From Cordova PMC Member raphinesse
# https://s.apache.org/An8s
Expand All @@ -29,4 +32,5 @@ RewriteCond %{HTTPS} !=on
# Redirect to https version
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L]

RewriteRule ^/download_jmeter$ /download_jmeter.cgi [R,L]


0 comments on commit 6dec35f

Please sign in to comment.