windows - Access Virtual WAMP Server on Local Network -


i have server on there virtual machine running wamp server. can access "site" aka wampserver on physics server outside virtual machine. want access pc on same network physical server.

virtual machines ip is: 192.168.189.128

the physical servers ip is: 172.16.0.164

try this:

edit: httpd.conf file ( use menus correct file ) 

look

#   onlineoffline tag - don't remove 

add new line after

    allow ...... 

like this

    allow 172.16.0.241 

or if want able see wampserver whole subnet

    allow 172.16.0 

Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -