[ad_1]
All I had to do was update the wp-config.php lines:
define('WP_HOME','https://' . $_SERVER['HTTP_HOST'] . '/' );
define('WP_SITEURL','https://' . $_SERVER['HTTP_HOST'] . '/' );
By replacing ' . $_SERVER['HTTP_HOST'] . ' with the domain.
Source:
