Nov 19, 2012

WordPress: Update URL or Domain

Update (or add) the following lines to the code to the wp-config.php file:
  • define("WP_SITEURL","desired url address");
  • define("WP_HOME","desired url address");