3421 Views
In WordPress, Domain name change is a big issue you need to fix. Here we are providing a simple solution to fix the issue.
Step 1
Open wp-config.php file in your website root.
Step 2.
Add the folloing line after <?php tag.
define( 'WP_HOME', 'http://example.com' );
define( 'WP_SITEURL', ...
Sheetal Kumar
Feb 01, 2019