Open itailulu opened 9 years ago
@itailulu put your php files into the html folder and it works
@ahmetalsan Unbelievable! It works! Thanks... I wonder why, since it specifically says in the documentation to put the files in the /sites/ directory...
One fix that would be nice is to change the synced_folder in Vagrantfile: config.vm.synced_folder "sites/", "/var/www/html"
I can confirm vagrat is working, and the server is responsive. I could access MySQL on http://33.33.33.10/phpmyadmin but for some reason, when accessing localhost:8080 it looks like it's empty. Apache is working but doesn't find any files...