r8 / vagrant-lamp

My default LAMP development stack for Vagrant
http://r8.github.io/vagrant-lamp/
752 stars 255 forks source link

Virtual hosts & Installing CakePHP #106

Open brandonjjon opened 10 years ago

brandonjjon commented 10 years ago

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