wagneraraujo
4/29/2017 - 2:31 PM

WordPress Config for Ngrok

WordPress Config for Ngrok

define('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST']);
define('WP_HOME', 'http://' . $_SERVER['HTTP_HOST']);
// Run ngrok by:
// ./ngrok http -host-header=dev.test.com 80