You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2021/01/21 04:14:28 UTC

[superset-site] branch asf-site updated: fix redirect

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/superset-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b22c82d  fix redirect
b22c82d is described below

commit b22c82dcf553576225eac8d42fc5fc9aafd46405
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Wed Jan 20 20:14:08 2021 -0800

    fix redirect
---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index b928202..3eee8d2 100644
--- a/.htaccess
+++ b/.htaccess
@@ -19,5 +19,5 @@ RewriteEngine On
 RewriteCond %{SERVER_PORT} 80
 RewriteRule ^(.*)$ https://superset.apache.org/$1 [R,L]
 
-RewriteCond %{HTTP_HOST} ^superset.apache.org$ [NC]
+RewriteCond %{HTTP_HOST} ^superset.incubator.apache.org$ [NC]
 RewriteRule ^(.*)$ https://superset.apache.org/$1 [R=301,L]