I already had a similar issue some months ago: Why my access from my mobile to my computer network doesn't work?
But this time I cannot get any solution to my problem. I have changed my computer and my network (but it is still a home network) so I think it could be something about configuration but I cannot make it to work.
I already have:
XAMPP
running bothApache
andMySQL
.Apache
is running at port 80.- I have allowed a new enter rule on my firewall to allow connections on that port.
- I have connected my mobile phone and my computer to the same network.
- I have gone to
CMD
and use the commandipconfig
to see the IP of my computer. - I have put on the browser of my mobile phone the IP that I have got on the step before.
Changes I have tried on httpd.conf
file:
- Change on
<Directory />
the directiveRequire
fromdenied
toallow
. - Before
Listen 80
line I have putListen IP of my computer:80
.
On my computer I have Windows 10
.
What configurations can I prove to solve this? I saw a lot of questions related to the same problem but any of them solved my problem.
Thanks in advance!