1
I’m learning to mess with the WampServer
Still, but I’m already at an impasse.
On my laptop is installed the WampServer
and a web page under construction.
To test, I use the notebook browser and my mobile phone. However, when I write on the computer, for example, localhost/project/index.php the code works perfectly, but in the error cell. It does not find the address typed, and both are in 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, as event to open the notebook camera. In cell phone the behavior is identical, also does not open the camera.
Can anyone explain to me why this occurs and if there is any way that I can access in the same way in the 2 devices without these errors?
On mobile, have you tried accessing the IP address of the server? Probably 192.168.10.100/project/index.php
– Wilker
I believe that it should not be Wamp problem, but permission to access the camera from an ip other than the localhost. I hope someone answers your question because now I’m curious... :)
– Antonio Alexandre