Skip to content

Instantly share code, notes, and snippets.

@enru
Created October 7, 2014 12:41
Show Gist options
  • Select an option

  • Save enru/fc08b39ceb5fd4d007f4 to your computer and use it in GitHub Desktop.

Select an option

Save enru/fc08b39ceb5fd4d007f4 to your computer and use it in GitHub Desktop.
// dev wp config
define('WP_HOME', 'http://'.$_SERVER['HTTP_HOST']);
define('WP_SITEURL', 'http://'.$_SERVER['HTTP_HOST']);
define('COOKIE_DOMAIN', $_SERVER['HTTP_HOST']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment