Routing strategy involves creating an arbitrary parent path that indicates different types of routes.
https://www.example.com/e/some-sub-route
// example of abbreviaions /p/ = public (no login) /c/ = community (login) /u/ = user (permissioned) /z/ = admin (protected super)