Created
October 7, 2014 12:41
-
-
Save enru/fc08b39ceb5fd4d007f4 to your computer and use it in GitHub Desktop.
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
| // 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