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 f0b5f16c22 Update .htaccess
f0b5f16c22 is described below

commit f0b5f16c22d0f227d3403efe7317406406812612
Author: GPK <[email protected]>
AuthorDate: Thu May 8 17:44:58 2025 +0100

    Update .htaccess
---
 .htaccess | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.htaccess b/.htaccess
index ff9e4ea700..d0f350c15b 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,7 +1,7 @@
 RewriteEngine On
 
-RewriteCond %{REQUEST_URI} ^/docs/?(.*) [NC]
-RewriteRule ^docs/?(.*)$ https://d3a2du7x0n8ydr.cloudfront.net/%1 [P]
+RewriteCond %{REQUEST_URI} ^/docs [NC]
+RewriteRule (.*) https://d3a2du7x0n8ydr.cloudfront.net/$1 [P]
 
 # Allow loading YouTube content after ensuring consent.
 # Additional allowances to be coordinated with privacy team

Reply via email to