How can I access localhost from another computer in the same network? [duplicate]

You need to find what your local network’s IP of that computer is.
Then other people can access to your site by that IP.

You can find your local network’s IP by go to Command Prompt or press Windows + R then type in ipconfig. It will give out some information and your local IP should look like 192.168.1.x.

Leave a Comment