microtag
4/24/2017 - 11:10 PM

Da inserire in htaccess per passare wordpress da http a https From http://stackoverflow.com/questions/31888405/correctly-force-ssl-on-wordpr

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]