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

[airflow-site] branch dont-redirect-index created (now 895dd35)

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

ash pushed a change to branch dont-redirect-index
in repository https://gitbox.apache.org/repos/asf/airflow-site.git.


      at 895dd35  Don't redirect index.html

This branch includes the following new commits:

     new 895dd35  Don't redirect index.html

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[airflow-site] 01/01: Don't redirect index.html

Posted by as...@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 <as...@firemirror.com>
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