Force WP always use HTTPS

Add this two lines to the .htacces file (located in the wp folder)


RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]