Usa un IDE senza BOM per UTF-8.
Devi 1) inserire le due nuove url senza slash finale nel backend wordpress 2) aggiungere queste tre righe di codice htaccess in cima al file http://forum.it.altervista.org/how/2...prio-sito.html non installare il plugin really symple e aggiungi un controllo in wp-config.php
Codice:
//modifica
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https')
$_SERVER['HTTPS'] = 'on';
define( 'ALTERNATE_WP_CRON', true );
//fine modifica
3) segui questa guida per trasformare http in https https://wordpress.org/support/articl...-name-and-urls