sapienza / vagrant-php-box

Set up super fast a PHP5 development box with apache, mysql, phpmyadmin and whatever else that you may need
135 stars 62 forks source link

localhost:8080 is empty #10

Open itailulu opened 9 years ago

itailulu commented 9 years ago

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...

ahmetalsan commented 9 years ago

@itailulu put your php files into the html folder and it works

itailulu commented 9 years ago

@ahmetalsan Unbelievable! It works! Thanks... I wonder why, since it specifically says in the documentation to put the files in the /sites/ directory...

spikun commented 8 years ago

One fix that would be nice is to change the synced_folder in Vagrantfile: config.vm.synced_folder "sites/", "/var/www/html"