How can I access my localhost server from other computers?

后端 未结 8 599
無奈伤痛
無奈伤痛 2021-01-31 05:31

I\'m new to PHP, so I don\'t know how to explain it. I\'m running WAMP on my computer and I would like to be able to access my localhost from another computer.

8条回答
  •  悲哀的现实
    2021-01-31 06:28

    Yes if they are on the same network, simply target the computer's IP address and ensure anything on either computer that would block access to port 80 (firewalls) is off

提交回复
热议问题