Da inserire in htaccess per passare wordpress da http a https From http://stackoverflow.com/questions/31888405/correctly-force-ssl-on-wordpress-via-wp-config-php
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]