The easiest is to add it to "wp-config.php". Something like: 1define('WP_HOME','http://NEW_DOMAIN.com/'); 2define('WP_SITEURL','http://NEW_DOMAIN.com/'); You can test it in curl and see if it works: 1curl -IL http://NEW_DOMAIN.com URL change can be done via wp-cli. Do the …
Read More