I built up a new server to house my production environment of GRAV and copied the new files to it and all of the sub pages 404. The index page works but none of the other pages do. I’m sure it’s something simple that I missed but I can’t seem to figure it out.
Edit:
When all else fails, read the original documentation:
https://learn.getgrav.org/troubleshooting/page-not-found
This turned out to be an easy fix setting AllowOverride All
to the sites <Directory
in the apache2.conf file.