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 b1c541a  Add a redirect to download_jmeter.cgi
b1c541a is described below

commit b1c541a74fd5e921f02be2cdc5077a6997682026
Author: Felix Schumacher <felix.schumac...@internetallee.de>
AuthorDate: Wed Oct 5 21:09:49 2022 +0200

    Add a redirect to download_jmeter.cgi
    
    So that bing might find the correct URL
---
 .htaccess | 3 +++
 1 file changed, 3 insertions(+)

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

Reply via email to