SMF 2.0.17 has been released! Please update. Read more.
#Rewrite everything to httpsRewriteEngine OnRewriteCond %{HTTPS} !=onRewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]