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 1e89bcd  Accomodate for content negotiation
1e89bcd is described below

commit 1e89bcdff8fd89b6cba7686ca7b4656fca4d5e92
Author: Felix Schumacher <[email protected]>
AuthorDate: Tue Oct 11 16:30:29 2022 +0200

    Accomodate for content negotiation
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index 723f188..ddb4a1d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -16,7 +16,7 @@
 RewriteEngine On
 
 # Try to get Bing away from the old download location
-RewriteRule ^/download_jmeter$ /download_jmeter.cgi [R]
+RewriteRule ^/download_jmeter(\.html)$ /download_jmeter.cgi [R]
 
 # Redirect http to https
 # From Cordova PMC Member raphinesse

Reply via email to