Want to get involved in developing SMF, then why not lend a hand on our github!
#Rewrite everything to httpsRewriteEngine OnRewriteCond %{HTTPS} !=onRewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]