by default most of the web servers do not index directories, you need to modify the configuration file
example: https://wiki.apache.org/httpd/DirectoryListings <Directory /usr/local/apache2/htdocs/listme> Options +Indexes</Directory> On Wed, Nov 5, 2014 at 7:04 PM, Robert Stein <[email protected]> wrote: > I meant to write http://127.0.0.1:4567 that I am getting the 404 > > -- > 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.
