Xampp - access by Android

0

I have a WS fajunta that I did just to practice and another day for lack of what to do, I placed in the browser of my android the ip / xampp and appeared the message of "Access forbidden!", did not know that it was possible to access android, I would like to know how to access it and for what utility would this (Believe me, this would serve to be able to tinker with my Web Sevice and Xampp remote settings), thank you in advance!

    
asked by anonymous 02.04.2015 / 15:24

2 answers

1

You are accessing a XAMPP installation installed on your local network, not on your mobile.

This could even happen with a device on which you can not install anything, such as a TV or an old cell phone.

The message Forbidden Access means that the installation has been modified and does not work the way you are accessing. The default would be to display / xampp information about the server. If you do not administer such an installation, or know what is installed or how to access it, you can at most guess the access: / xampp, / phpmyadmin, /login.php etc. - but nothing can be installed.

The utility is that it is a server, probably a development server. I do not know about your network, but it is capable of being in a public place and someone on this network has a server installed, or someone is testing things. For you it is of no use, but since XAMPP is probably not installed on your phone, it does not hurt you either.

    
02.04.2015 / 17:13
0

Check the link if there is a Allow from :: 1 127.0.0.0/8 setting to Allow from All restart your httpd server.

  

Below is a question link almost identical to yours (similar to yours in English)

link

    
02.04.2015 / 19:07