You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hy...@apache.org on 2019/09/27 13:12:11 UTC

[dubbo-website] branch asf-site updated: Test htaccess file

This is an automated email from the ASF dual-hosted git repository.

hyunkun pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8b12f4d  Test htaccess file
8b12f4d is described below

commit 8b12f4df361d22aba44da10a1816dca571eaece5
Author: Huang YunKun <ht...@gmail.com>
AuthorDate: Fri Sep 27 21:12:06 2019 +0800

    Test htaccess file
---
 .htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..50725c0
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine On
+RewriteCond %{SERVER_PORT} 80
+RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]