Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Virtual hosts & Installing CakePHP #106

Open
brandonjjon opened this issue Oct 26, 2014 · 1 comment
Open

Virtual hosts & Installing CakePHP #106

brandonjjon opened this issue Oct 26, 2014 · 1 comment

Comments

@brandonjjon
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@brandonjjon and others