"Automatically" reroute to subdirectory page?

Hi @dvdfox if I follow correctly you might find the redirect page frontmatter option helpful:

I use this feature to always automatically reroute to the subfolder when a parent folder (in this case a course page) is viewed, here is some sample frontmatter as an example:

---
title: 'CMPT 363-202'
redirect: '/202/home'
---

Hope the above helps!