How to access my localhost from another PC in LAN?

前端 未结 4 1676
情歌与酒
情歌与酒 2020-12-06 01:10

I am using WAMP server to run my website. I am using Windows 7.

I created LAN between 2 PC and I want to access my localhost from the second PC.
Note that I am n

4条回答
  •  眼角桃花
    2020-12-06 01:59

    You have to edit httpd.conf and find this line: Listen 127.0.0.1:80

    Then write down your desired IP you set for LAN. Don't use automatic IP.
    e.g.: Listen 192.168.137.1:80

    I used 192.167.137.1 as my LAN IP of Windows 7. Restart Apache and enjoy sharing.

提交回复
热议问题