Accesing localhost via IP from another device Ubuntu [closed]
Accesing localhost via IP from another device Ubuntu [closed] I'm running localhost server on Ubuntu with xampp. I want to access that server from another device within the same network. To achieve that i'm using host IP adress from local network which is 192.168.150.250 . 192.168.150.250 When i'm entering 192.168.150.250 from another device than localhost content is loaded and now i can see the xampp dashboard. When i'm trying to get into subdirectory of host. E.g 192.168.150.250/my-site url is instantly redirected into localhost/my-site . 192.168.150.250 192.168.150.250/my-site localhost/my-site What's strange not all the devices are redirected. For example my iOS device is not changing IP adress for localhost but my laptop does. I thought it may be caused by firewall so i disable it using : sudo ufw disable Now it's getting very interesting because this setting enabled my laptop Explorer browser to connect with my host, but in the same laptop Chrome br