Hello, >From the screenshots I understand this:
Host: Windows Guest precise32 By default, the folder where the Vagrantfile is, get shared as /vagrant if you want to add a new folder like a shared folder, seems your vagrantfile have the syntrax wrong format is SOURCE, DESTINATION https://docs.vagrantup.com/v2/synced-folders/basic_usage.html not sure if you can share //phantom/folder int he way you are doing it, but the mountpoint is clearly wrong.. d:\ is not a linux path.. try to change it into "/project" Once it get mounted, you should see it with the commands "mount" or "df" then, you need to modify your webserver to serve content from "/project" or any other path you want to use Alvaro. On Tue, Jan 20, 2015 at 12:59 PM, Marcelo Amorim <[email protected]> wrote: > Hello Friends, > > *D:\Compartilhado\boxes\vagrant_getting_started* - *Folder of box Vagrant* > > *D:\Compartilhado\projetos\teste* - *Folder of projects* > > I put phpinfo.php file in two folders (*Folder Box Vagrant* and *Folder > Projects*) > > In http://127.0.0.1:4567 load only files of *Folder Box Vagrant*. > > How to change load files of *Folder Projects*? > > See attached images. > > Kind Regards, > > Marcelo Amorim > > -- > 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.
