mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
docs: fix redirect from bad find/replace (#12642)
This commit is contained in:
committed by
GitHub
parent
c68cec77a5
commit
06a80cd3f4
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user