(airflow-site) branch airflow-test updated: Remove redirect urls from htaccess

2025-01-16 Thread gopidesu
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/airflow-test by this push:
 new 2671e5bfff Remove redirect urls from htaccess
2671e5bfff is described below

commit 2671e5bfff6541d390674e98cb092518ece9aa5c
Author: Pavan Kumar 
AuthorDate: Thu Jan 16 22:43:15 2025 +

Remove redirect urls from htaccess
---
 .htaccess | 44 +++-
 1 file changed, 3 insertions(+), 41 deletions(-)

diff --git a/.htaccess b/.htaccess
index 5c47f93f34..b57abde05b 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,42 +1,4 @@
+RewriteEngine On
 
-RedirectMatch Permanent ^/docs/(stable|1.10.10)/api(\.html)?$ 
"https://airflow.apache.org/docs/apache-airflow/$1/rest-api-ref";
-RedirectMatch Permanent ^/docs/(stable|1.10.10)/(cli|macros)(\.html)?$ 
"https://airflow.apache.org/docs/apache-airflow/$1/$2-ref";
-RedirectMatch Permanent ^/((_api|_images|_modules|_sources|_static|howto)/.*)$ 
"https://airflow.apache.org/docs/apache-airflow/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|1.10.8|1.10.9|1.10.10)/.*)$
 "https://airflow.apache.org/docs/apache-airflow/$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/apache-airflow/stable/$1";
-RedirectMatch Permanent 
^/docs/((1.10.1|1.10.2|1.10.3|1.10.4|1.10.5|1.10.6|1.10.7|1.10.8|1.10.9|1.10.10|1.10.11|1.10.12|1.10.13|1.10.14|2\.[0-9.]+|stable)/.*)$
 "https://airflow.apache.org/docs/apache-airflow/$1";
-
-Redirect Permanent /objects.inv 
https://airflow.apache.org/docs/apache-airflow/stable/objects.inv
-
-# Documentation for Airflow 2.0
-# See:
-# https://github.com/apache/airflow/issues/11423
-# https://github.com/apache/airflow-site/issues/314
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/executor/mesos.html 
"https://github.com/apache/airflow/blob/master/UPDATING.md#removal-of-mesos-executor";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/aws.html 
"https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/connections/aws.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/gcp.html 
"https://airflow.apache.org/docs/apache-airflow-providers-google/stable/connections/gcp.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/gcp_sql.html 
"https://airflow.apache.org/docs/apache-airflow-providers-google/stable/connections/gcp_sql.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/grpc.html 
"https://airflow.apache.org/docs/apache-airflow-providers-grpc/stable/connections/grpc.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/mysql.html 
"https://airflow.apache.org/docs/apache-airflow-providers-mysql/stable/connections/mysql.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/oracle.html 
"https://airflow.apache.org/docs/apache-airflow-providers-oracle/stable/connections/oracle.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/postgres.html 
"https://airflow.apache.org/docs/apache-airflow-providers-postgres/stable/connections/postgres.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/ssh.html 
"https://airflow.apache.org/docs/apache-airflow-providers-ssh/stable/connections/ssh.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator/dingding.html 
"https://airflow.apache.org/docs/apache-airflow-providers-dingding/stable/operators.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator/gcp/bigtable.html 
"https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/bigtable.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator/gcp/cloud_build.html 
"https://airflow.apache.org//docs/apache-airflow-providers-google/stable/operators/cloud/cloud_build.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator/gcp/compute.html 
"https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/compute.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator/gcp/function.html 
"https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/functions.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator/gcp/gcs.html 
"https://airflow.apache.org/docs/ap

(airflow-site) branch airflow-test updated: Remove redirect urls from htaccess

2025-01-16 Thread gopidesu
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/airflow-test by this push:
 new a7d4b4efae Remove redirect urls from htaccess
a7d4b4efae is described below

commit a7d4b4efae4f7d39d1cac3864832772c838f5ba8
Author: Pavan Kumar 
AuthorDate: Thu Jan 16 22:41:16 2025 +

Remove redirect urls from htaccess
---
 .htaccess | 43 ++-
 1 file changed, 42 insertions(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index a09db8b746..5c47f93f34 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1 +1,42 @@
-RedirectMatch Permanent ^/docs 
"https://live-docs-airflow-apache-org.s3-website.us-east-2.amazonaws.com/docs";
+
+RedirectMatch Permanent ^/docs/(stable|1.10.10)/api(\.html)?$ 
"https://airflow.apache.org/docs/apache-airflow/$1/rest-api-ref";
+RedirectMatch Permanent ^/docs/(stable|1.10.10)/(cli|macros)(\.html)?$ 
"https://airflow.apache.org/docs/apache-airflow/$1/$2-ref";
+RedirectMatch Permanent ^/((_api|_images|_modules|_sources|_static|howto)/.*)$ 
"https://airflow.apache.org/docs/apache-airflow/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|1.10.8|1.10.9|1.10.10)/.*)$
 "https://airflow.apache.org/docs/apache-airflow/$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/apache-airflow/stable/$1";
+RedirectMatch Permanent 
^/docs/((1.10.1|1.10.2|1.10.3|1.10.4|1.10.5|1.10.6|1.10.7|1.10.8|1.10.9|1.10.10|1.10.11|1.10.12|1.10.13|1.10.14|2\.[0-9.]+|stable)/.*)$
 "https://airflow.apache.org/docs/apache-airflow/$1";
+
+Redirect Permanent /objects.inv 
https://airflow.apache.org/docs/apache-airflow/stable/objects.inv
+
+# Documentation for Airflow 2.0
+# See:
+# https://github.com/apache/airflow/issues/11423
+# https://github.com/apache/airflow-site/issues/314
+RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/executor/mesos.html 
"https://github.com/apache/airflow/blob/master/UPDATING.md#removal-of-mesos-executor";
+RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/aws.html 
"https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/connections/aws.html";
+RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/gcp.html 
"https://airflow.apache.org/docs/apache-airflow-providers-google/stable/connections/gcp.html";
+RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/gcp_sql.html 
"https://airflow.apache.org/docs/apache-airflow-providers-google/stable/connections/gcp_sql.html";
+RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/grpc.html 
"https://airflow.apache.org/docs/apache-airflow-providers-grpc/stable/connections/grpc.html";
+RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/mysql.html 
"https://airflow.apache.org/docs/apache-airflow-providers-mysql/stable/connections/mysql.html";
+RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/oracle.html 
"https://airflow.apache.org/docs/apache-airflow-providers-oracle/stable/connections/oracle.html";
+RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/postgres.html 
"https://airflow.apache.org/docs/apache-airflow-providers-postgres/stable/connections/postgres.html";
+RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/ssh.html 
"https://airflow.apache.org/docs/apache-airflow-providers-ssh/stable/connections/ssh.html";
+RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator/dingding.html 
"https://airflow.apache.org/docs/apache-airflow-providers-dingding/stable/operators.html";
+RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator/gcp/bigtable.html 
"https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/bigtable.html";
+RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator/gcp/cloud_build.html 
"https://airflow.apache.org//docs/apache-airflow-providers-google/stable/operators/cloud/cloud_build.html";
+RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator/gcp/compute.html 
"https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/compute.html";
+RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator/gcp/function.html 
"https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/functions.html";
+RedirectMatch Permanent 
^/docs/apache-a

(airflow-site) branch airflow-test updated: Remove redirect urls from htaccess

2025-01-16 Thread gopidesu
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/airflow-test by this push:
 new 165fb051b7 Remove redirect urls from htaccess
165fb051b7 is described below

commit 165fb051b7148f5ca8b0fdafb6b4b6afbeeb7bbf
Author: Pavan Kumar 
AuthorDate: Thu Jan 16 22:39:20 2025 +

Remove redirect urls from htaccess
---
 .htaccess | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.htaccess b/.htaccess
index b57abde05b..a09db8b746 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1 @@
-RewriteEngine On
-
-RewriteCond %{REQUEST_URI} ^/docs [NC]
-RewriteRule (.*) 
http://live-docs-airflow-apache-org.s3-website.us-east-2.amazonaws.com/$1 [P]
+RedirectMatch Permanent ^/docs 
"https://live-docs-airflow-apache-org.s3-website.us-east-2.amazonaws.com/docs";



(airflow-site) branch airflow-test updated: Remove redirect urls from htaccess

2025-01-16 Thread gopidesu
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/airflow-test by this push:
 new a6c74aa9f5 Remove redirect urls from htaccess
a6c74aa9f5 is described below

commit a6c74aa9f5e988d8ae681580f28e0762d7d0f8c8
Author: Pavan Kumar 
AuthorDate: Thu Jan 16 22:29:39 2025 +

Remove redirect urls from htaccess
---
 .htaccess | 43 +--
 1 file changed, 1 insertion(+), 42 deletions(-)

diff --git a/.htaccess b/.htaccess
index ae669313dc..b57abde05b 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,45 +1,4 @@
 RewriteEngine On
+
 RewriteCond %{REQUEST_URI} ^/docs [NC]
 RewriteRule (.*) 
http://live-docs-airflow-apache-org.s3-website.us-east-2.amazonaws.com/$1 [P]
-
-RedirectMatch Permanent ^/docs/(stable|1.10.10)/api(\.html)?$ 
"https://airflow.apache.org/docs/apache-airflow/$1/rest-api-ref";
-RedirectMatch Permanent ^/docs/(stable|1.10.10)/(cli|macros)(\.html)?$ 
"https://airflow.apache.org/docs/apache-airflow/$1/$2-ref";
-RedirectMatch Permanent ^/((_api|_images|_modules|_sources|_static|howto)/.*)$ 
"https://airflow.apache.org/docs/apache-airflow/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|1.10.8|1.10.9|1.10.10)/.*)$
 "https://airflow.apache.org/docs/apache-airflow/$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/apache-airflow/stable/$1";
-RedirectMatch Permanent 
^/docs/((1.10.1|1.10.2|1.10.3|1.10.4|1.10.5|1.10.6|1.10.7|1.10.8|1.10.9|1.10.10|1.10.11|1.10.12|1.10.13|1.10.14|2\.[0-9.]+|stable)/.*)$
 "https://airflow.apache.org/docs/apache-airflow/$1";
-
-Redirect Permanent /objects.inv 
https://airflow.apache.org/docs/apache-airflow/stable/objects.inv
-
-# Documentation for Airflow 2.0
-# See:
-# https://github.com/apache/airflow/issues/11423
-# https://github.com/apache/airflow-site/issues/314
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/executor/mesos.html 
"https://github.com/apache/airflow/blob/master/UPDATING.md#removal-of-mesos-executor";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/aws.html 
"https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/connections/aws.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/gcp.html 
"https://airflow.apache.org/docs/apache-airflow-providers-google/stable/connections/gcp.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/gcp_sql.html 
"https://airflow.apache.org/docs/apache-airflow-providers-google/stable/connections/gcp_sql.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/grpc.html 
"https://airflow.apache.org/docs/apache-airflow-providers-grpc/stable/connections/grpc.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/mysql.html 
"https://airflow.apache.org/docs/apache-airflow-providers-mysql/stable/connections/mysql.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/oracle.html 
"https://airflow.apache.org/docs/apache-airflow-providers-oracle/stable/connections/oracle.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/postgres.html 
"https://airflow.apache.org/docs/apache-airflow-providers-postgres/stable/connections/postgres.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/connection/ssh.html 
"https://airflow.apache.org/docs/apache-airflow-providers-ssh/stable/connections/ssh.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator/dingding.html 
"https://airflow.apache.org/docs/apache-airflow-providers-dingding/stable/operators.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator/gcp/bigtable.html 
"https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/bigtable.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator/gcp/cloud_build.html 
"https://airflow.apache.org//docs/apache-airflow-providers-google/stable/operators/cloud/cloud_build.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator/gcp/compute.html 
"https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/compute.html";
-RedirectMatch Permanent 
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator/gcp/function.html 
"https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/functions.ht