All Collections
General WordPress
WordPress: Changing your SITE URL in wp-config.php
WordPress: Changing your SITE URL in wp-config.php
Justin Catello avatar
Written by Justin Catello
Updated over a week ago

Using FTP or FIle Manager , open the file 'wp-config.php' and add the below code in inside the file.

define('WP_HOME','https://www.domain.com');
define('WP_SITEURL','https://www.domain.com');

Make sure to replace domain.com with your actual new domain.
โ€‹
Save the file.

Did this answer your question?