Last active
April 29, 2017 14:31
-
-
Save woraperth/e9eeb64b8ef5e95fe3d4 to your computer and use it in GitHub Desktop.
WordPress Config for Ngrok
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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment