javascript - How to implement - Windows local Wampserver integrated Lamp environment can also allow other computers in the LAN to access their own website?
给我你的怀抱
给我你的怀抱 2017-05-17 09:55:54
0
2
581

As the title says, how to implement it? I used to use a virtual machine to run the server, but now I feel that opening a virtual machine takes up more resources.

给我你的怀抱
给我你的怀抱

reply all(2)
我想大声告诉你

Add the following in httpd.conf

onlineoffline tag - don't remove

 Order Deny,Allow
 Deny from all
 Allow from 127.0.0.1

changed to

onlineoffline tag - don't remove

 Order Deny,Allow
 Deny from none
 Allow from all
刘奇

Other computers modify the hosts file
For example: 192.168.1.16 51growup.com

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template