I have a folder in /content called legal (primarily for file organisation). I don’t want /legal to exist but /terms should. Hopefully directory structure explains things.
└── content/
└── legal/ *This should 404*
├── privacy.md (/privacy)
├── terms.md (/terms)
└── cookies.md (/cookies)
Many thanks in advance.