From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25152 invoked by alias); 1 Jul 2014 12:12:59 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 25069 invoked by uid 89); 1 Jul 2014 12:12:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 01 Jul 2014 12:12:50 +0000 Received: from [192.168.0.131] (vie-188-118-252-235.dsl.sil.at [188.118.252.235]) by ainaz.pair.com (Postfix) with ESMTPSA id 94E6F3F419; Tue, 1 Jul 2014 08:12:47 -0400 (EDT) Date: Tue, 01 Jul 2014 12:12:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org cc: Tobias Burnus Subject: [wwwdocs,Java] Merge java/.htaccess into top level .htaccess and convert to https Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2014-q3/txt/msg00000.txt.bz2 2014-07-01 Gerald Pfeifer * .htaccess: Merge java/.htaccess into top level .htaccess and convert to https. Committed. Index: java/.htaccess =================================================================== RCS file: java/.htaccess diff -N java/.htaccess --- java/.htaccess 4 May 2001 16:24:26 -0000 1.6 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,4 +0,0 @@ -Redirect permanent /java/FAQ.html http://gcc.gnu.org/java/faq.html -Redirect permanent /java/gcj.html http://gcc.gnu.org/java/index.html -Redirect permanent /java/libgcj.html http://gcc.gnu.org/java/index.html -Redirect permanent /java/about.html http://gcc.gnu.org/about.html Index: .htaccess =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/.htaccess,v retrieving revision 1.32 diff -u -r1.32 .htaccess --- .htaccess 11 Jun 2014 17:45:32 -0000 1.32 +++ .htaccess 1 Jul 2014 11:15:26 -0000 @@ -42,6 +42,11 @@ Redirect permanent /onlinedocs/g77_bugs.html https://gcc.gnu.org/onlinedocs/g77/Trouble.html Redirect permanent /onlinedocs/g77/ https://gcc.gnu.org/onlinedocs/gcc-3.4.6/g77/ +Redirect permanent /java/FAQ.html https://gcc.gnu.org/java/faq.html +Redirect permanent /java/gcj.html https://gcc.gnu.org/java/ +Redirect permanent /java/libgcj.html https://gcc.gnu.org/java/ +Redirect permanent /java/about.html https://gcc.gnu.org/about.html + Redirect permanent /bugs.html https://gcc.gnu.org/bugs/ Redirect permanent /c9xstatus.html https://gcc.gnu.org/c99status.html Redirect permanent /cvswrite.html https://gcc.gnu.org/svnwrite.html