How can I access from my mobile phone to my XAMPP?

Francisco Romero

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:

  1. XAMPP running both Apache and MySQL.
  2. Apache is running at port 80.
  3. I have allowed a new enter rule on my firewall to allow connections on that port.
  4. I have connected my mobile phone and my computer to the same network.
  5. I have gone to CMD and use the command ipconfig to see the IP of my computer.
  6. 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:

  1. Change on <Directory /> the directive Require from denied to allow.
  2. Before Listen 80 line I have put Listen 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!

toha

You need ngrok

Run at console/Terminal

ngrok http 80

You will get something like :

ngrok by @inconshreveable

Tunnel Status                 online
Version                       2.0/2.0
Web Interface                 http://127.0.0.1:4040
Forwarding                    http://92832de0.ngrok.io -> localhost:80
Forwarding                    https://92832de0.ngrok.io -> localhost:80

Connnections                  ttl     opn     rt1     rt5     p50     p90
                              0       0       0.00    0.00    0.00    0.00

At the cell phone, open at browser the link like this that appears at the console

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

I can't access my localhost with xampp

From Dev

I can't access my localhost with xampp

From Dev

How can I detect if a user is browsing my site from a mobile phone using CSS?

From Java

How can I access my localhost from my Android device?

From Dev

How can I access my Assets from my View class?

From Dev

how can I access my server from outside of my lan?

From Dev

How can I access my desktop computer when its tethered to my Android phone?

From Dev

How can I acces to my Windows Phone?

From Dev

How can I send SMS from my PC using my Android Phone (Galaxy S3)

From Dev

How am I able to connect to internet using my mobile phone?

From Dev

How can I install my ionic app on my android phone?

From Dev

How can I access a property from an ActionFilterAttribute in my ApiController?

From Dev

How can I access my ViewModel from code behind

From Dev

How can I access my Laravel app from another PC?

From Dev

How can I access my angular resource from the developer console?

From Dev

How can i access my filtered array from controller in angularjs?

From Dev

How can I block access to my Windows partition from Ubuntu?

From Dev

Can I use my phone Hotspots to access web in virtualbox

From Dev

Can't access my xampp server remotely

From Dev

Can't access my xampp server remotely

From Dev

Can't Access my web application from client machine and mobile

From Dev

How can I get a picture file from an app I downloaded on my phone?

From Dev

How can I access my local REST api from my android device?

From Dev

My VirtualBox Ubuntu crashed. How can I access its files from my Mac?

From Dev

How can i access gtk.Entry() in my GUI script from my other script? Python

From Dev

How can I access my nodejs web server from my local computer using the server domain name?

From Dev

How can I force access my drives?

From Dev

How can I access my computer remotely?

From Dev

How can I access my JSON object?

Related Related

  1. 1

    I can't access my localhost with xampp

  2. 2

    I can't access my localhost with xampp

  3. 3

    How can I detect if a user is browsing my site from a mobile phone using CSS?

  4. 4

    How can I access my localhost from my Android device?

  5. 5

    How can I access my Assets from my View class?

  6. 6

    how can I access my server from outside of my lan?

  7. 7

    How can I access my desktop computer when its tethered to my Android phone?

  8. 8

    How can I acces to my Windows Phone?

  9. 9

    How can I send SMS from my PC using my Android Phone (Galaxy S3)

  10. 10

    How am I able to connect to internet using my mobile phone?

  11. 11

    How can I install my ionic app on my android phone?

  12. 12

    How can I access a property from an ActionFilterAttribute in my ApiController?

  13. 13

    How can I access my ViewModel from code behind

  14. 14

    How can I access my Laravel app from another PC?

  15. 15

    How can I access my angular resource from the developer console?

  16. 16

    How can i access my filtered array from controller in angularjs?

  17. 17

    How can I block access to my Windows partition from Ubuntu?

  18. 18

    Can I use my phone Hotspots to access web in virtualbox

  19. 19

    Can't access my xampp server remotely

  20. 20

    Can't access my xampp server remotely

  21. 21

    Can't Access my web application from client machine and mobile

  22. 22

    How can I get a picture file from an app I downloaded on my phone?

  23. 23

    How can I access my local REST api from my android device?

  24. 24

    My VirtualBox Ubuntu crashed. How can I access its files from my Mac?

  25. 25

    How can i access gtk.Entry() in my GUI script from my other script? Python

  26. 26

    How can I access my nodejs web server from my local computer using the server domain name?

  27. 27

    How can I force access my drives?

  28. 28

    How can I access my computer remotely?

  29. 29

    How can I access my JSON object?

HotTag

Archive