

The final step is to put your WAMP server online for public access.
Put wamp server online windows#
You’re going have to edit the Windows hosts file over at “C:\\Windows\System32\Drivers\etc\hosts” (Note: Administrative rights required to modify this file) to allow your computer to properly resolve the address.ġ92.168.1.83 Afterwards,you'll be able to see your website from any computer within your LAN. Now when you enter the IP address of your computer requesting port 80 like so:Īlternatively, if you would like to use a hostname instead of entering the IP address for LAN development. If you’re just hosting either Private or private check would suffice.Įnable the rule and you should be good to go. Protocol and Port: TCP, specific local port: 80.While in the New Inbound Rule Wizard use the following options: On the left panel right click on Inbound Rules.Open the Windows Defender Firewall with Advanced Security app.Search for “Windows Defender Firewall with Advanced Security”.This will allow access to the webserver from within the network and your computer will start listening for port 80 requests once the rule is enabled. Step 3.)Allow inbound traffic through Windows firewallĪfter completing vhosts configurations, it’s time to create a firewall rule that allows inbound traffic through port 80. Options +Includes +FollowSymLinks +MultiViews Your vhost configuration would look something like this: To allow to accessed through computer IP Address on private network. What you would want todo is set the configuration to allow Apache server to be accessible outside of localhost. Options +Indexes +Includes +FollowSymLinks +MultiViews The following is the default configuration: choosing that option should open the vhosts configuration text file. open up the Apache menu and look for "nf" option. To start launch your WAMP Server, click the WAMP icon in the taskbar. It’s time to set up the WAMP virtual hosts for Apache. Once your computer basic network setup is sorted out and/or properly configured.
