Possible Duplicate:
Connect to localhost from another computer
Hi all I'm trying to access a database that is hosted in a laptop localhost from my android device which is both connected to the same network.
The localhost project is running at www.localhost:8000/
I've entered the ip: 192.168.1.1 (of my laptop connection) to my phone browser and i was able to see the root folder of my project. However when i attempted to run it at 192.168.1.1:8000/ , I was not able to access anything and the web browser returned "Webpage not available".
So the issue now is that I can access the root folder using my android device but I cannot access the "localhost server" of my laptop. Is there anyway I can solve it ? THanks !