Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jennimckinnon/cf23945e10680f91c486 to your computer and use it in GitHub Desktop.
Save jennimckinnon/cf23945e10680f91c486 to your computer and use it in GitHub Desktop.
One step to changing the domain on a WP Multisite install.
define('WP_HOME','http://your-new-domain.com');
define('WP_SITEURL','http://your-new-domain.com');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment