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 9c3cf11  Add R to RewriteRule
9c3cf11 is described below

commit 9c3cf11de6c47f97b46c70071babdb02de92d905
Author: Felix Schumacher <[email protected]>
AuthorDate: Mon Oct 10 08:24:25 2022 +0200

    Add R to RewriteRule
    
    we really want to Redirect
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index 7805cb3..5aa87f5 100644
--- a/.htaccess
+++ b/.htaccess
@@ -29,6 +29,6 @@ RewriteCond %{HTTPS} !=on
 # Redirect to https version
 RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L]
 
-RewriteRule ^/download_jmeter$ /download_jmeter.cgi [L]
+RewriteRule ^/download_jmeter$ /download_jmeter.cgi [R,L]
 
 

Reply via email to