Support Knowlege Base
Back To Knowledge Base
Hosting / Word Press / Word Press - Change domain name in wp-config file
To do this, you’ll need to edit the wp-config.php file. This is another WordPress configuration file (so it’s worth copying to your desktop as a backup before you tweak it). Within, you’ll want to add the following code:
define('WP_HOME','https://NEW-DOMAIN.COM');
define('WP_SITEURL','https://NEW-DOMAIN.COM');