From commits-return-78176-archive-asf-public=cust-asf.ponee.io@airflow.apache.org Wed Nov 27 19:55:02 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 83027180674 for ; Wed, 27 Nov 2019 20:55:02 +0100 (CET) Received: (qmail 34860 invoked by uid 500); 27 Nov 2019 19:55:01 -0000 Mailing-List: contact commits-help@airflow.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.apache.org Delivered-To: mailing list commits@airflow.apache.org Received: (qmail 34842 invoked by uid 99); 27 Nov 2019 19:55:01 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2019 19:55:01 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 83E3C8B691; Wed, 27 Nov 2019 19:55:01 +0000 (UTC) Date: Wed, 27 Nov 2019 19:55:02 +0000 To: "commits@airflow.apache.org" Subject: [airflow-site] 01/01: Don't redirect index.html MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: ash@apache.org In-Reply-To: <157488450145.22806.13899288647500654090@gitbox.apache.org> References: <157488450145.22806.13899288647500654090@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: airflow-site X-Git-Refname: refs/heads/dont-redirect-index X-Git-Reftype: branch X-Git-Rev: 895dd3519a59afd214d6e97099509e53b618c876 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20191127195501.83E3C8B691@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. ash pushed a commit to branch dont-redirect-index in repository https://gitbox.apache.org/repos/asf/airflow-site.git commit 895dd3519a59afd214d6e97099509e53b618c876 Author: Ash Berlin-Taylor AuthorDate: Wed Nov 27 19:49:49 2019 +0000 Don't redirect index.html --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index af26be3..4f647c5 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ RedirectMatch Permanent ^/((_api|_images|_modules|_sources|_static|howto)/.*)$ "https://airflow.apache.org/docs/stable/$1" RedirectMatch Permanent ^/((1.10.1|1.10.2|1.10.3|1.10.4|1.10.5|1.10.6)/.*)$ "https://airflow.apache.org/docs/$1" -RedirectMatch Permanent ^/((api|changelog|cli|concepts|errors|faq|genindex|http-routingtable|index|installation|integration|kubernetes|license|lineage|macros|metrics|plugins|privacy_notice|profiling|project|py-modindex|scheduler|search|security|start|timezone|tutorial|ui)(\.html)?)$ "https://airflow.apache.org/docs/stable/$1" +RedirectMatch Permanent ^/((api|changelog|cli|concepts|errors|faq|genindex|http-routingtable|installation|integration|kubernetes|license|lineage|macros|metrics|plugins|privacy_notice|profiling|project|py-modindex|scheduler|search|security|start|timezone|tutorial|ui)(\.html)?)$ "https://airflow.apache.org/docs/stable/$1" Redirect Permanent /objects.inv https://airflow.apache.org/docs/stable/objects.inv