-2

I have a PHP site project in my pc. I am using wampserver for localhost program. I want to show this site from another pc or android phone (Same network).But i faced with a problem like photo below;

IMAGE

Vishwajit Palankar
  • 3,033
  • 3
  • 28
  • 48
F K
  • 61
  • 9

1 Answers1

-1

The easy way

Use a localtunnel to share your website through a private tunnel to your localhost and now with no configuration you can see your localhost through your mobile app or wherever you want

Use ngrok

  1. Download ngrok
  2. Run the following command

./ngrok http yourlocalip:80

3.- Use the url provided by ngrok

OsDev
  • 1,243
  • 9
  • 20