简体   繁体   中英

How can I access my localhost from my Android device

I am using Linux Fedora . I have Xampp/Lampp installed.

在此处输入图像描述

I have run Xampp/Lampp from terminal

sudo su 
/opt/lampp/lampp start

Output:

Starting XAMPP for Linux 8.0.2-0...
XAMPP: Starting Apache...ok.
XAMPP: Starting MySQL...ok.
XAMPP: Starting ProFTPD...ok.

I am able to open localhost following ways on laptop.

http://127.0.0.1/dashboard/
http://localhost/
http://192.168.0.106/dashboard/

My ip is 192.168.0.106

在此处输入图像描述

But, when I was trying to open it in Android Device it's not working..

在此处输入图像描述

What to do now? How can I access localhost from my Android Device?

I was reading the answer also. It's not helpful also..

在此处输入图像描述

Alias /bitnami/ "/opt/lampp/apache2/htdocs/"
Alias /bitnami "/opt/lampp/apache2/htdocs"

<Directory "/opt/lampp/apache2/htdocs">
    Options Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>

Should I edit anything?

@Tenso 在此处输入图像描述

>NAME=Fedora
>
>VERSION="33 (Workstation Edition)"
>
>ID=fedora
>
>VERSION_ID=33

Don't different devices have different ips And yea I've also sometimes tried localhost from Android but it never seems to work, kind of just guessing that it can only be access from the device that it's hosted on.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM