1.Install XAMPP
install xampp in your computer and start apachi and mysql service
Download link Xampp Download here.
2.Go to C:\xampp\apache\conf and Edit httpd.conf File
Find and change
#Listen to 0.0.0.0:80 / your lan ip:80
Listen 80
3. Go to C:\xampp\apache\conf\extra and Edit httpd-xampp.conf file
Allow from all
Require all granted
Require all granted
4. Now Final stage to port open for your LAN
Go into the Windows Firewall settings and click the "Advanced" button, and in the next dialog click "Inbound Rules" - click "New Rule"
In the rule type window, choose Port
In the program window, leave All Programs selected
In protocols and ports, leave protocol as TCP, and Local Ports should be "Specific Ports", enter 80,443
In the scope window, don't enter any specific ip addresses
In the action window, Allow the Connection
In the profile window, leave them all ticked
And finally, in the name, call it something useful, like HTTP_ports
Now Restart your XAMPP and go to lan computer Browser and enter XAMPP computer ip
And Enjoy Your Development



No comments:
Post a Comment