In case that you need to test your website in your mobile device, just connect to your PC IP address (given that you’re using XAMMP).
Here are the steps:
- Run XAMMP
- Know your PC’s IP address by running “cmd” and typing “ipconfig”
- Type that IP address into your iPad’s browser
- If XAMMP talks about its “new security concept” then you have to edit this file from the XAMMP folder: httpd-xampp.conf
- Go to: xampp\apache\conf\extra
- Open “httpd-xampp.conf” in a text editor
- Look for this line “Allow from ::1 127.0.0.0/8” and below it, add “Allow from all”
- Restart XAMMP
- Done!
Leave a Reply