hi guys,
as some of you may know, getting your VMWare Windows to see what is being served on the OS X MAMP server doesn't work, but i have a solution for those of you who would like to be able to see the mac hosted stuff from within windows for cross-browser checks and the like:
in your emulated windows, go to C:\WINDOWS\system32\drivers\etc\hosts (no extension)...
in this file you will see the line:
127.0.0.1 localhost
just add another line something like this:
192.168.0.2 mamphost
and it works - in IE navigate to http://mamphost:8888 and you'll see the mac hosted page...
i have my VMWare network connection bridged by the way, so it is essentially a separate entity on the network...
hope this helps some people
as some of you may know, getting your VMWare Windows to see what is being served on the OS X MAMP server doesn't work, but i have a solution for those of you who would like to be able to see the mac hosted stuff from within windows for cross-browser checks and the like:
in your emulated windows, go to C:\WINDOWS\system32\drivers\etc\hosts (no extension)...
in this file you will see the line:
127.0.0.1 localhost
just add another line something like this:
192.168.0.2 mamphost
and it works - in IE navigate to http://mamphost:8888 and you'll see the mac hosted page...
i have my VMWare network connection bridged by the way, so it is essentially a separate entity on the network...
hope this helps some people
Last edited: