Not quite there yet... I'm not sure if this problem is something to do with VMware or Windows at this point, but here goes:
I got the IP address of my host computer from ifconfig (192.168.36.1), and I added it to my Hosts file in Windows with the right hostname. (The host Mac runs apache with virtualhosts, so I need to access it by hostname, and I'm using the virtual windows for testing.)
I confirmed that the name resolution works, with a ping development.local in the Windows command prompt.
I can see the website if I go to http://development.local in Firefox.
But, if I try to access the website using IE7 or IE6, I get the following error:
Bad Gateway
The following error occurred:
The host name was not found during the DNS lookup. Contact your system administrator if the problem is not found by retrying the URL.
-
Please contact the administrator.
I have no idea what's going on, but it doesn't look like the apache server on the Mac is even getting hit, there's nothing in my access or error logs. Google has no answer today... Any ideas?