Accessing localhost (xampp) from another computer over LAN network - how to?

后端 未结 24 3371
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-22 14:01

I have just set up a wi-fi network at home. I have all my files on my desktop computer (192.168.1.56) and want to access localhost over there from another computer (192.168.

24条回答
  •  孤城傲影
    2020-11-22 14:19

    Go to xampp-control in the Taskbar

    xampp-control -> Apache --> Config --> httpd.conf
    

    Notepad will open with the config file

    Search for

    Listen 80

    One line above it, there will be something like this: 12.34.56:80

    Change it

    12.34.56:80 --> :80
    

    Restart the apache service and check it, Hopefully it should work...

提交回复
热议问题