Search code examples
iphonelocalhost

how to view "localhost" on my iPod touch


I have a website I am building on localhost:

http://localhost/my-website

I need to test it on my iPhone, but I'm not sure how to go about it. Do I just change my httpd-vhosts.conf file, and, if so, what are the settings?


Solution

  • Assuming that your development machine is called my-macbook-pro, you should just be able to navigate to http://my-macbook-pro.local/mywebsite on your iPhone.