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/05 19:08:18 UTC

[jmeter] branch master updated: Try to fix #5671 with a redirect

This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 452bebd2c6 Try to fix #5671 with a redirect
452bebd2c6 is described below

commit 452bebd2c63ba71e5ce61b053667a9c751199b9f
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Wed Oct 5 21:07:55 2022 +0200

    Try to fix #5671 with a redirect
---
 xdocs/.htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xdocs/.htaccess b/xdocs/.htaccess
index 7fe5e555ab..3798183641 100644
--- a/xdocs/.htaccess
+++ b/xdocs/.htaccess
@@ -29,3 +29,4 @@ RewriteCond %{HTTPS} !=on
 # Redirect to https version
 RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L]
 
+RewriteRule ^/download_jmeter$ /download_jmeter.cgi [L]