PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, September 21, 2022

[FIXED] how to run virtual hosts configured URL on Mobile using XAMPP

 September 21, 2022     mobile, virtualhost, xampp     No comments   

Issue

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?


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.)



Answered By - Irfan DANISH
Answer Checked By - Senaida (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing