Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sebastian-hsu/4fba9212c9e42aa84bf888394d25e469 to your computer and use it in GitHub Desktop.
Save sebastian-hsu/4fba9212c9e42aa84bf888394d25e469 to your computer and use it in GitHub Desktop.
wp-config.php WP_SITEURL and WP_HOME settings from ENV
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