From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49948 invoked by alias); 29 Dec 2016 22:33:56 -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 49930 invoked by uid 89); 29 Dec 2016 22:33:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=formerly, Hx-languages-length:1284 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 ESMTP; Thu, 29 Dec 2016 22:33:45 +0000 Received: from [10.50.51.68] (unknown [190.4.72.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id E53093F530; Thu, 29 Dec 2016 17:33:36 -0500 (EST) Date: Thu, 29 Dec 2016 22:33:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: java-patches@gcc.gnu.org Subject: [wwwdocs] Move the generic redirect for /java/ past all more specific ones Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-SW-Source: 2016-q4/txt/msg00046.txt.bz2 Move the generic redirect for /java/ past all more specific ones for pages formerly under /java/... With this change, the redirects that you can see as context in the patch below actually work again. Applied. Gerald Index: .htaccess =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/.htaccess,v retrieving revision 1.39 diff -u -r1.39 .htaccess --- .htaccess 4 Dec 2016 23:33:28 -0000 1.39 +++ .htaccess 29 Dec 2016 21:51:18 -0000 @@ -48,12 +48,12 @@ 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/ https://gcc.gnu.org/ Redirect permanent /java/gcj.html https://gcc.gnu.org/ Redirect permanent /java/libgcj.html https://gcc.gnu.org/ Redirect permanent /java/about.html https://gcc.gnu.org/about.html Redirect permanent /java/FAQ.html https://gcc.gnu.org/faq.html Redirect permanent /java/status.html https://gcc.gnu.org/ +Redirect permanent /java/ https://gcc.gnu.org/ Redirect permanent /bugs.html https://gcc.gnu.org/bugs/ Redirect permanent /c9xstatus.html https://gcc.gnu.org/c99status.html