From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cePXc-0000z8-Dg for qemu-devel@nongnu.org; Thu, 16 Feb 2017 12:08:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cePXY-0004Lc-6a for qemu-devel@nongnu.org; Thu, 16 Feb 2017 12:08:24 -0500 Received: from mail-wr0-x241.google.com ([2a00:1450:400c:c0c::241]:34122) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cePXX-0004KP-Vb for qemu-devel@nongnu.org; Thu, 16 Feb 2017 12:08:20 -0500 Received: by mail-wr0-x241.google.com with SMTP id c4so2802099wrd.1 for ; Thu, 16 Feb 2017 09:08:19 -0800 (PST) Sender: Paolo Bonzini References: From: Paolo Bonzini Message-ID: Date: Thu, 16 Feb 2017 18:08:22 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Missing rewrite rule for qemu.org/images/ links List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , jcody@redhat.com Cc: thuth@redhat.com, qemu-devel@nongnu.org On 16/02/2017 16:30, Stefan Hajnoczi wrote: > Hi Jeff, > The old qemu.org/images/ links are not being rewritten to > wiki.qemu-project.org/images/. > > For example, http://www.qemu-project.org/images/4/4e/Q35.pdf no longer works: > https://bugs.launchpad.net/qemu/+bug/1665344 > > I do notice that qemu.org/Features/Q35 is working. Is it possible to > set up a rewrite rule or HTTP redirect so existing /images/ links keep > working? Yes, it's possible. The existing rules cover URLs that start with uppercase, linking them to either the handful of pages in the website, or to wiki.qemu-project.org as a fallback. Paolo