This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-superset-site.git
commit a1289f78eb99b9c9caaeb7dcdd8cd7b86de2fd87 Author: Maxime Beauchemin <[email protected]> AuthorDate: Tue Sep 15 17:58:27 2020 -0700 test .htaccess --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..dae2780 --- /dev/null +++ b/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine On +RewriteCond %{SERVER_PORT} 80 +RewriteRule ^(.*)$ https://superset.apache.org/$1 [R,L]
