Permanent redirect to httpS
diff --git a/content/.htaccess b/content/.htaccess
index 8f4d81e..8839c7e 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -1,3 +1,8 @@
+# Rewrite to SSL/HTTPS
+RewriteEngine On
+RewriteCond %{HTTPS} !=on
+RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
+
 Redirect 301 /content/ /
 Redirect 301 /1.0/ /java/1.0/
 Redirect 301 /1.2/ /java/1.2/