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

commit fa00f477542e86b0aec465f8641cda40ce0cd6ec
Author: GPK <[email protected]>
AuthorDate: Thu May 8 17:41:10 2025 +0100

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

diff --git a/.htaccess b/.htaccess
index d0f350c15b..ff9e4ea700 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,7 +1,7 @@
 RewriteEngine On
 
-RewriteCond %{REQUEST_URI} ^/docs [NC]
-RewriteRule (.*) https://d3a2du7x0n8ydr.cloudfront.net/$1 [P]
+RewriteCond %{REQUEST_URI} ^/docs/?(.*) [NC]
+RewriteRule ^docs/?(.*)$ 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