Redirect all content from HTTP to HTTPS

If you want to ensure that every page on your site is served over HTTPS, you should add the following rewrite rules, replace www.example.com with your SSL enabled domain In ___general/example.com.conf, # Redirect all content to HTTPS set $redirect "0"; … Continue reading