fix redirect
diff --git a/.htaccess b/.htaccess
index b928202..3eee8d2 100644
--- a/.htaccess
+++ b/.htaccess
@@ -19,5 +19,5 @@
 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]