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

martin_s pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/archiva-web-content.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 2049576  Removing index.cgi redirect
2049576 is described below

commit 2049576cf924c05ab7e7d976dc98f48b86e51df8
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Nov 24 21:27:33 2019 +0100

    Removing index.cgi redirect
---
 .htaccess | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.htaccess b/.htaccess
index 5f08da2..0dc77a3 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,7 +1,6 @@
 ErrorDocument 404 /errors/404.html
 Redirect Permanent /reports http://archiva.apache.org/ref/2.2.4
 Redirect /download.html /download.cgi
-Redirect /index.html /index.cgi
 Redirect Permanent /docs/current http://archiva.apache.org/docs/2.2.4
 #former docs use LICENCE.txt
-Redirect Permanent /LICENSE.txt http://archiva.apache.org/license.html
\ No newline at end of file
+Redirect Permanent /LICENSE.txt http://archiva.apache.org/license.html

Reply via email to