vagrant-lamp
vagrant-lamp copied to clipboard
Virtual hosts & Installing CakePHP
Hi guys,
I have created a virtual host as such:
{
"id": "cake",
"host": "cake.dev",
"aliases": [
"www.cake.dev"
],
"docroot": "/vagrant/public/cake.dev/mage-cake/webroot"
}
And I've setup my hosts file with this 192.168.33.10 cake.dev
But all I get in my browser is a blank page. I get no errors if I tail apache error log.
Anyone happen to know what's going on?
Thanks