Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D30DD11C83 for ; Wed, 14 May 2014 21:05:20 +0000 (UTC) Received: (qmail 78567 invoked by uid 500); 10 May 2014 23:17:29 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 53436 invoked by uid 500); 10 May 2014 23:07:42 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 60508 invoked by uid 99); 10 May 2014 23:00:28 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 May 2014 23:00:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 May 2014 14:20:01 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6A6B223888D7; Thu, 8 May 2014 14:19:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1593292 - /maven/site/trunk/content/filtered-resources/.htaccess Date: Thu, 08 May 2014 14:19:37 -0000 To: commits@maven.apache.org From: hboutemy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140508141937.6A6B223888D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hboutemy Date: Thu May 8 14:19:37 2014 New Revision: 1593292 URL: http://svn.apache.org/r1593292 Log: redirect any download.html uri to download.cgi Modified: maven/site/trunk/content/filtered-resources/.htaccess Modified: maven/site/trunk/content/filtered-resources/.htaccess URL: http://svn.apache.org/viewvc/maven/site/trunk/content/filtered-resources/.htaccess?rev=1593292&r1=1593291&r2=1593292&view=diff ============================================================================== --- maven/site/trunk/content/filtered-resources/.htaccess (original) +++ maven/site/trunk/content/filtered-resources/.htaccess Thu May 8 14:19:37 2014 @@ -3,6 +3,7 @@ ErrorDocument 404 /errors/404.html Redirect Permanent /release-notes.html http://maven.apache.org/release-notes-all.html Redirect Permanent /download.html /download.cgi +RedirectMatch permanent ^/(.*/)download.html$ http://maven.apache.org/$1/download.cgi Redirect /ref/current http://maven.apache.org/ref/${currentStableVersion} Redirect /ref/current-2.0.x http://maven.apache.org/ref/${current20xVersion}