Tag Archives: relocate
WordPress Relocation Without Editing the Database
March 20, 2007 – 5:07 pm
Here’s a tip I picked up on the WordPress hackers’ list: you can change the “siteurl” WordPress option simply by adding define(‘RELOCATE’,true); to the wp-config.php file and browsing to wp-login.php. The “siteurl” option—or what’s called “WordPress address” under the admin options menu—is a database value that refers to where the actual WordPress files live, as […]