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…