Last active
August 29, 2015 14:14
-
-
Save jennimckinnon/cf23945e10680f91c486 to your computer and use it in GitHub Desktop.
One step to changing the domain on a WP Multisite install.
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://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