Created
May 10, 2010 01:20
-
-
Save nhaskins/395558 to your computer and use it in GitHub Desktop.
wordpress override site URL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define('WP_HOME','http://'); | |
define('WP_SITEURL','http://'); | |
//add this to the wp-config.php file, omit the trailing slash in the URL | |
//damn helpful if you move a site, and forget to update the site info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment