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 c287359  Add .htaccess file
c287359 is described below

commit c2873599d9b85ac4b9d62034f1d76b0765e37134
Author: Kaxil Naik <kaxiln...@gmail.com>
AuthorDate: Tue Dec 24 16:24:33 2019 +0000

    Add .htaccess file
---
 .htaccess | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..ef3945e
--- /dev/null
+++ b/.htaccess
@@ -0,0 +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|1.10.7)/.*)$ 
"https://airflow.apache.org/docs/$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

Reply via email to