Varying-Vagrant-Vagrants / VVV

An open source Vagrant configuration for developing with WordPress
https://varyingvagrantvagrants.org
MIT License
4.55k stars 849 forks source link

Missing dashboard message #2714

Closed tomjn closed 2 weeks ago

tomjn commented 2 weeks ago

If a user deletes the entire www folder and the dashboard with it there'll be no www/default/index.php loader file and Nginx will show a forbidden HTTP error when visiting vvv.test.

Instead it now shows this:

Screenshot 2024-06-18 at 15 18 03

Making it clear what happened and suggesting a solution.

Checks

update-docs[bot] commented 2 weeks ago

Thanks for opening this pull request! Make sure CHANGELOG.md gets updated with this change, additionally any docs that need updated can be found at https://github.com/Varying-Vagrant-Vagrants/varyingvagrantvagrants.org

GitHub
GitHub - Varying-Vagrant-Vagrants/varyingvagrantvagrants.org: The VVV docs and website
The VVV docs and website. Contribute to Varying-Vagrant-Vagrants/varyingvagrantvagrants.org development by creating an account on GitHub.
tomjn commented 2 weeks ago

I was able to test this by renaming index.php and visiting the dashboard