I am having XAMPP installed on my system. I need to make a page public in such a way that people on the same network can access that page with a url like :
192.168.1.2/myPublicPage.php
Is there any way for doing this ?
I am having XAMPP installed on my system. I need to make a page public in such a way that people on the same network can access that page with a url like :
192.168.1.2/myPublicPage.php
Is there any way for doing this ?
right click on xamp icon in tray icons and make sure that is online (put online if not) make sure that you are not using firewall to block your connectivity.
put files on your www folder , for example : myPublicPage.php
and access from other computers in your local area network by your xamp server ip and document name. for example 192.168.1.2/myPublicPage.php