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 <gopidesupa...@gmail.com>
AuthorDate: Thu Jan 16 22:39:20 2025 +0000

    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";

Reply via email to