I'm trying to view a localhost website on my iPhone for testing but I've ran into some trouble. I can get to /localhost/ in my phones browsers fine, without issues. However when I go into a project folder (ie. /localhost/project/) it simply returns a "Safari cannot display the web page" error.
This answer helped me so far to get to the localhost folder but going any further doesn't work. I changed the httpd-conf file to use a port other than 80 but that didn't work for me.
I've tried the following with no luck:
- 0.0.0.0/project/
- 0.0.0.0:80/project/
- 0.0.0.0:80/project
I even tried the following which took me to a Bad Request (400) error page presumably part of the application in the project folder although it was a standard white page error document (not a custom error document page).
- 0.0.0.0:443/project/