Changed Wordress Address URL Accidently
By far the easiest fix is to edit wp-config.php to define two constants. (s)FTP into your site, or use a host supplied file manager, and add: define( ‘WP_SITEURL’, ‘http://www.abc.com/folder’ ); define( ‘WP_HOME’, ‘http://www.abc.com/folder’ ); Those will be used instead of the information in the database. That will get your site up and running again. You … Read more