I'm learning to tinker with WampServer
yet, but I already have a deadlock.
In my notebook is installed WampServer
and a web page under construction.
To test, I use the notebook's browser and my phone. However, when I write to the computer, for example, localhost / project / index.php the code works perfectly, but in the mobile the error. You can not find the address you entered, and both are on the same network.
If you type in the notebook url, for example, 192.168.10.100/project/index.php also opens but certain parts of the code do not work, such as the event of opening the notebook's camera. In mobile the behavior is identical, it also does not open the camera.
Does anyone know why this occurs and if there is any way that I can access the same device on both devices without these errors?