Question

I have configured the following domain URL on my machine

URL: local.abc.com

with the following settings on httpd-vhosts.conf file

<VirtualHost *:80>
DocumentRoot "D:\xampp\htdocs\www\abc"
ServerName local.abc.com

on my host file

192.168.1.127   local.abc.com

Q: how i can run local.abc.com URL on my iPhone and on other mobile devices?

Was it helpful?

Solution

Go to iPhone' Settings -> Wi-Fi

select your wifi connection scroll down and changeHTTP PROXY to manual and give Server the IP address 192.168.1.127 and port to 80 (or whatever you have used.)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top