开发者

Serve website off personal computer to internal network [closed]

开发者 https://www.devze.com 2023-03-08 08:45 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
开发者_StackOverflow

This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.

Closed 8 years ago.

Improve this question

Is there a way to serve a site off my personal computer to other computers on my network?

I have a website that I created that I would like to have others in the same building be able to access it, but not over the internet. I would also not like to have to purchase a domain name.


You can have users access a site on your internal network by running some HTTP Server like Apache HTTPD (an easy installer is included in WampServer) or Microsoft IIS.

If you go the WampServer route, it has an option for making your site available to other computers ("Put Online"); this exposes the website to any computer which can reach yours. Other people in your building would be able to type your local IP address into their web browser and access your site.

For example, if your local IP address is 192.168.0.101, users should be able to access your site using a URL like this: http://192.168.0.101/


Yes you can do that. you need to host your web site in your local computer and then others in your local network can access it using the ip address.

0

精彩评论

暂无评论...
验证码 换一张
取 消