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 2020/09/16 00:58:42 UTC

[incubator-superset-site] branch asf-site updated: test .htaccess

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/incubator-superset-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a1289f7  test .htaccess
a1289f7 is described below

commit a1289f78eb99b9c9caaeb7dcdd8cd7b86de2fd87
Author: Maxime Beauchemin <ma...@gmail.com>
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]