I use VirtualBox on my Mac to run IE for testing, but sometimes I want to test http://localhost. Is there a way to do that?
feedback
|
closed as not a real question by MDMarra, Chopper3 Aug 14 '11 at 20:20
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
Open Terminal, and type "ifconfig" to find out the IP address of the Mac OS X network interface. Look for en0: or en1:, for the field named "inet". It should be something like 192.168.1.100. Then type that in IE's address bar, like (By the way, I don't have enough rep to do it, but this should probably be on SuperUser) | |||
|
feedback
|