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.
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...