How do I share a PHP 5.4 server between OS X and VMWare?
- by Ben
I'm running PHP 5.4 on OS X which allows me to set up a virtual server for any directory, using this Terminal command:
php -S localhost:8000
This will then set up http://localhost:8000 which works great, but what I would like to do is share this server with the instance of Windows that I have running through VMWare in order to test in Internet Explorer. I was wondering if this is possible and if it is, how do I go about setting it up? Currently trying to visit http://localhost:8000 gives me 'This page cannot be displayed'.
I'd really appreciate any help that you can give me on this as I don't have much experience with virtual machines/networking. Thanks in advance.