I'am working with this - a lynda tutorial "Up and Running with Linux for PHP Developers" by Jon Peck
as instructed in the tutorial I:
- set up my host file to
127.0 .0 .1 sandbox.dev
- on the VM settings > network setup port forwarding - (host port) 8080 > (guest port) 80
- set up a shered folder via virtual box
- installed VirtualBox Guest Additions
- configured group permissions for access
- configured the Apache web server
sandbox.devI get Not Found
when I use the browser to get to
sandbox.dev/server-statusI see apache server is OK
when I type
ls -la /media
cd /media/sf_sendboxI Get access to the folder and can see it's content (index.php)
What am I doing wrong? How can I debug this so I could get access to the shard folder via the browser?
THANKS