Issue Summary
Started with Local this week and has been going largely well. Last night my machine rebooted for an OS update and today the root of my local site loaded but all paths returned 404’s with the following log entry on each failed request:
httpd: Could not reliably determine the server's fully qualified domain name, using ...
I switched the web server from Apache to Nginx and it worked. Then I switched back to Apache and it also works now. Why did this get messed up? How do I prevent this from happening in the future?