Created
March 14, 2017 03:55
-
-
Save ranchodeluxemedia/f80dd0233ac95ae71012bb3310eb5606 to your computer and use it in GitHub Desktop.
Domain agnostic wordpress setup
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
<?php | |
define('WP_HOME', "http://{$_SERVER['HTTP_HOST']}/"); | |
define('WP_SITEURL', "http://{$_SERVER['HTTP_HOST']}/"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment