+ 2
How to create a LAN website
I tried the connectify software in windows where I can share multimedia across devices connected to same wireless network. how can I create that for my lappy and smartphone. I know front end but how can I connect to other devices creating a local server?
1 Answer
+ 2
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.
source http://stackoverflow.com/questions/10018955/how-to-access-my-localhost-from-another-pc-in-lan