My question is if it is possible to open a web page created in xampp from my laptop by means of my android cell phone just by using the wifi zone of my cell phone. Since as a beginner developer, I would like to try my website from my cell phone.
My question is if it is possible to open a web page created in xampp from my laptop by means of my android cell phone just by using the wifi zone of my cell phone. Since as a beginner developer, I would like to try my website from my cell phone.
Just look for the local ip of your laptop with XAMPP (apache and / or mysql mounted) and search it on your phone.
You can, riding XAMPP runs services from your laptop, if you're on Windows, you must find the IP of your laptop to your modem ISP, or from the windows actually find it in properties of the connection port 80 your laptop opens XAMPP in 127.0.0.1 that would equal the assigned IP your internet moden, so you can get from your android with that ip (that of your laptop), so you load the localhost from your laptop, for example I in Linux have
10.42.0.245 (local ip)
and Apache and mysql are mounted
I can connect to that ip from my phone and I can see what is in that ip installed, as an example the ip where I have the localhost of 10.42.0.245 of the local network of the modem. The same example works if you mount a link or link on your laptop. Since the DNS (local) is shared by the modem-laptop-phone you can use local domain names, but it's a separate issue.