Author: skygo
Date: Sat Jul 11 02:14:12 2015
New Revision: 1690337
URL: http://svn.apache.org/r1690337
Log:
hotfix htaccess because mirror.cgi error
Modified:
archiva/site-content/.htaccess
Modified: archiva/site-content/.htaccess
URL:
http://svn.apache.org/viewvc/archiva/site-content/.htaccess?rev=1690337&r1=1690336&r2=1690337&view=diff
==============================================================================
--- archiva/site-content/.htaccess (original)
+++ archiva/site-content/.htaccess Sat Jul 11 02:14:12 2015
@@ -1,7 +1,8 @@
ErrorDocument 404 /errors/404.html
Redirect Permanent /reports http://archiva.apache.org/ref/2.2.0
-Redirect /download.html /download.cgi
-Redirect /index.html /index.cgi
+#tmp hotfix
+#Redirect /download.html /download.cgi
+#Redirect /index.html /index.cgi
Redirect Permanent /docs/current http://archiva.apache.org/docs/2.2.0
#former docs use LICENCE.txt
Redirect Permanent /LICENSE.txt http://archiva.apache.org/license.html
\ No newline at end of file