commit | 1e89bcdff8fd89b6cba7686ca7b4656fca4d5e92 | [log] [tgz] |
---|---|---|
author | Felix Schumacher <felix.schumacher@internetallee.de> | Tue Oct 11 16:30:29 2022 +0200 |
committer | Felix Schumacher <felix.schumacher@internetallee.de> | Tue Oct 11 16:30:29 2022 +0200 |
tree | f4acbb912f27bc569d577623042559709e922e31 | |
parent | 3f46594669a960553a7ea00d4033d3273f1f5ece [diff] |
Accomodate for content negotiation
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