Skip to content

Instantly share code, notes, and snippets.

@dfinnema
Created December 19, 2020 02:32
Show Gist options
  • Save dfinnema/4f31e079439f4e0286382411055400b8 to your computer and use it in GitHub Desktop.
Save dfinnema/4f31e079439f4e0286382411055400b8 to your computer and use it in GitHub Desktop.

For those that need this functionality to work after updating to the newer version of LocalWP. You can install https://ngrok.com/. You can use the command:

Replace MYDOMAIN with your .local domain

If Using SSL

ngrok http -host-header=rewrite MYDOMAIN.local:443

If not using SSL

ngrok http -host-header=rewrite MYDOMAIN.local:80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment