hello you need to follow the documentation
source folder , destination folder do you have a folder "/projetos" in your host machine?? it should be something like "c:\projetos", or maybe are you familiar with full path, relative path? I will suggest create a folder in your correct folder like Vagrantfile projetos\ projetos\index.php then test as http://localhost:port/projectos since seems you got it working the initial part. On Tue, Jan 20, 2015 at 1:37 PM, Marcelo Amorim <[email protected]> wrote: > Hello, > > I edited vagrantfile in > > D:\Compartilhado\boxes\vagrant_getting_started\Vagrantfile > > I change to ... > > config.vm.synced_folder "/projetos", "D:/Compartilhado/projetos" > config.vm.synced_folder "/projetos", "/projetos" > > Return this message after loader command *vagrant reload -provision* > > There are errors in the configuration of this machine. Please fix > the following errors and try again: > > vm: > * The host path of the shared folder is missing: /projetos > > > See attached images. > > Thank you for attention!!! > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
