WP - changing the site URL
define('WP_HOME','http://example.com'); define('WP_SITEURL','http://example.com');
update_option( 'siteurl', 'http://example.com' ); update_option( 'home', 'http://example.com' );