Redirect http:// links to https:// (#169)

Enforce secure access to https://fluo.apache.org
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]