Skip to content

Instantly share code, notes, and snippets.

@joshuafredrickson
Created April 2, 2013 21:49
Show Gist options
  • Save joshuafredrickson/5296515 to your computer and use it in GitHub Desktop.
Save joshuafredrickson/5296515 to your computer and use it in GitHub Desktop.
WordPress: Change URL for dev server
// Change WordPress URL for dev server
define('WP_HOME','http://');
define('WP_SITEURL','http://');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment