I have a folder full of legacy files that I need to carry over during a site redesign, but I'd like to keep them all in their own folder, called legacy. If a request comes in for an old URL, such as
/old-project/foo.html
but that isn't found, I'd like the server to check the legacy folder
/legacy/old-project/foo.html
and serve that up before throwing a 404. Thoughts?