You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2019/11/27 19:55:54 UTC

[airflow-site] branch asf-site updated: Don't redirect index.html (#201)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 38a606e  Don't redirect index.html (#201)
38a606e is described below

commit 38a606e9cb35f5bbb9e2090193064fdcbe37937c
Author: Ash Berlin-Taylor <as...@firemirror.com>
AuthorDate: Wed Nov 27 19:55:48 2019 +0000

    Don't redirect index.html (#201)
---
 .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