Solved, thank you.
I commented the first 3 lines in wp-config.php and now works.
define(‘WP_SITEURL’,’https://gias.udine.it’);
define(‘WP_HOME’,’https://gias.udine.it’);
define(‘RELOCATE’,true);
define(‘WP_SITEURL’,’https://www.irene797.it/testgias’);
define(‘WP_HOME’,’https://www.irene797.it/testgias’);
define(‘RELOCATE’,true);
define(‘DB_HOST’, ‘localhost’);#localhost’);#localhost’);
I can’t understand why this happened now and not previous times!!!