Skip to content

Instantly share code, notes, and snippets.

@bcullen
Created March 11, 2013 20:36
Show Gist options
  • Save bcullen/5137505 to your computer and use it in GitHub Desktop.
Save bcullen/5137505 to your computer and use it in GitHub Desktop.
Override site URLs in wp-config.php for local development
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