Created
March 11, 2013 20:36
-
-
Save bcullen/5137505 to your computer and use it in GitHub Desktop.
Override site URLs in wp-config.php for local development
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_SITEURL', 'http://localhost/sitename'); | |
define('WP_HOME', 'http://localhost/sitename'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment