AWP San Diego November Meetup
Thursday, November 10, 2016
Hosted by:
Stephen Carnam,
Founder/Owner of ServerPress
Matt Cromwell
Head of Support at Give and WordImpress
Main Resource:
https://givewp.com/documentation/resources/how-to-use-ssl-and-https-for-your-wordpress-website/
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
</IfModule>
Don't use a plugin for this!