I changed my wordpress url by accident

Avatar
  • Answered
When I fish through the setting I changed .com to .org by mistake , Verizon said couldn't establish connection to my website ,what shall I do?
Avatar
anonymous
Hello,

I see that you are using WordPress which I assume is what you changed the .com to the .org to. You can edit your wp-config.php file and add the following code to correct it.

define('WP_HOME','http://yourdomain.com');
define('WP_SITEURL','http://yourdomain.com');

Best Regards,
TJ Edens