Skip to content

Instantly share code, notes, and snippets.

@daltonnyx
Created June 21, 2017 09:09
Show Gist options
  • Save daltonnyx/e004d3066693993c33dc5d54744b4d71 to your computer and use it in GitHub Desktop.
Save daltonnyx/e004d3066693993c33dc5d54744b4d71 to your computer and use it in GitHub Desktop.
/*
* Handle multi domain into single instance of wordpress installation
*/
define('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST']);
define('WP_HOME', 'http://' . $_SERVER['HTTP_HOST']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment