How to serve a website over a wifi without internet?

Viewed 20369

I want to serve a website over an open wifi connection but I do not want this wifi connection to have access to the internet. Is this possible and how would I go about doing it.

I have setup websites locally and have gotten access in the browser through localhost or the IP address but I am not sure how I would go about setting up a webserver and serving the website via wifi.

Any insight on this?

3 Answers

Based on @LocustHorde's answer, I tired the pc's IP address instead of using the pc name. This worked fine for me...

http://172.168.1.21:8080/test/aa.php
Related