From patchwork Thu Dec 29 22:32:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 709618 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tqPXc5FZZz9rxl for ; Fri, 30 Dec 2016 09:34:06 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="p8wrm22p"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type; q=dns; s=default; b=WjrshuVvjGoF0S51Zd2LMiUFwObesCH8apwt3H7QGB9h+KL4D+ N2M+YMqO9ju7bp9lpd3wdI+3ppNb4lwgsGsljzsut5eIYXRnuUw+N2vKmP1u5Rsr c72A3Djc1btFEIu6ieM5TJZia7fkzXnQShmNcrKVOoP0eEqlQakksifmE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type; s= default; bh=gH/x9cdWYU1vrRpuVnT5f0wg+Sk=; b=p8wrm22p+12sP2/y89JT EyiYAfxLIqOxc9e6vojttLD5eDc6FLkhzQnkH+VjF5CxUN+CDm8LAaWoMmIoIY0M BcymlY3mS32KWGvrfqT61JowSJlxWbjNFyJ3+ljT8L6VNaxvgRXg/vmYNLyQ06Xa wsGzoidH0LudaH5wxhUhpzE= Received: (qmail 49949 invoked by alias); 29 Dec 2016 22:33:56 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@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 18:32:54 -0400 (AST) 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 X-IsSubscribed: yes 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