From user-return-4043-archive-asf-public=cust-asf.ponee.io@jspwiki.apache.org Tue Jul 9 09:59:26 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id CAAC218062B for ; Tue, 9 Jul 2019 11:59:25 +0200 (CEST) Received: (qmail 71407 invoked by uid 500); 9 Jul 2019 09:59:25 -0000 Mailing-List: contact user-help@jspwiki.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@jspwiki.apache.org Delivered-To: mailing list user@jspwiki.apache.org Received: (qmail 71203 invoked by uid 99); 9 Jul 2019 09:59:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jul 2019 09:59:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 9269AC0F60 for ; Tue, 9 Jul 2019 09:59:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.095 X-Spam-Level: *** X-Spam-Status: No, score=3.095 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=2, PDS_NO_HELO_DNS=1.294, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=googlemail.com Received: from mx1-he-de.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id DI1zGKRJg6E2 for ; Tue, 9 Jul 2019 09:59:18 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2607:f8b0:4864:20::934; helo=mail-ua1-x934.google.com; envelope-from=ulf.dittmer@googlemail.com; receiver= Received: from mail-ua1-x934.google.com (mail-ua1-x934.google.com [IPv6:2607:f8b0:4864:20::934]) by mx1-he-de.apache.org (ASF Mail Server at mx1-he-de.apache.org) with ESMTPS id 129B77E21C for ; Tue, 9 Jul 2019 09:59:18 +0000 (UTC) Received: by mail-ua1-x934.google.com with SMTP id v20so6170475uao.3 for ; Tue, 09 Jul 2019 02:59:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=l3lOwt7neDZcgFIcuVRhNP79xn+6cCMhS4sGC9g5svg=; b=ACunIwxJYEkkw3TmCl9csHhZSudMgRw4nxxOeecdsXVatG22GtNCRgWKL6pl8GHFCz J0/R71BHIqjc5K6n33EO1F/9O2JPVDDrRf90c4kkt3BYPqvYA2kb5riO6ACNMQ049Nyq SlYRDop4xtLheuCrDB6RJ+fOv6+4dTTE6om2nUDrjC8Mr0mr0R+hdbZQvUVxN8Us11Vn yESMr1D3XZtbhbwVfEy6W0dXiaDojGr5u5jLwJDjvzW1uMeuL6I9RPY9X+D/r29hyPOx /F88i98IJb/fI4hfzsJukeecLaFX3CtAmrtbLHVRtWZREnxiAp6uQ+MOpbjTiUBKxAv3 AJEg== X-Gm-Message-State: APjAAAXy17J7b7FxT/F6gF0BLgSyedsCRQi6PFYESL+yO9ImXEdyNwZ2 QOHAPC6tOdTcAI9+f2NIQZ0HG7f0oEoeXB1rvXcZUA== X-Google-Smtp-Source: APXvYqyluqvjYg1X5zYGcJbQOK75h447MVXNY4gtPllJfXZmj9bN3N8px/NdW9BGLR+/6dcNqU9D+gWTGZ9sypqQ6tk= X-Received: by 2002:ab0:5398:: with SMTP id k24mr13820095uaa.6.1562666351264; Tue, 09 Jul 2019 02:59:11 -0700 (PDT) MIME-Version: 1.0 From: Ulf Dittmer Date: Tue, 9 Jul 2019 11:59:21 +0200 Message-ID: Subject: Redirecting from one page to another, and displaying alternative page names To: user@jspwiki.apache.org Content-Type: multipart/alternative; boundary="000000000000c50891058d3c9ced" --000000000000c50891058d3c9ced Content-Type: text/plain; charset="UTF-8" Occasionally I decide that FooBar is no longer a good name for a page, and wish to to change it FooPage, and want the old page name to redirect to the new one. What would be the easiest way to achieve that? Also, If I don't want FooPage to be the page title, but something entirely different (Like "My page about foobars"), how could that be done? --000000000000c50891058d3c9ced--