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

ctubbsii pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/fluo-website.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 042e9ed  Redirect http:// links to https:// (#169)
042e9ed is described below

commit 042e9ed1a4a1abad358079dfaeb14883b6e86276
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed Dec 19 12:25:07 2018 -0500

    Redirect http:// links to https:// (#169)
    
    Enforce secure access to https://fluo.apache.org
---
 .htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..0f1face
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine On
+RewriteCond %{HTTPS} !=on
+RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]

Reply via email to