mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
rescinding htaccess rewrite
This commit is contained in:
@@ -18,6 +18,3 @@
|
|||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{SERVER_PORT} 80
|
RewriteCond %{SERVER_PORT} 80
|
||||||
RewriteRule ^(.*)$ https://superset.apache.org/$1 [R,L]
|
RewriteRule ^(.*)$ https://superset.apache.org/$1 [R,L]
|
||||||
|
|
||||||
RewriteCond %{HTTP_HOST} ^superset.incubator.apache.org$ [NC]
|
|
||||||
RewriteRule ^(.*)$ https://superset.apache.org/$1 [R=301,L]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user