Re-routing / Modules?

I have domain.com/users pointing to a scaffold to take care of the
users.

I want domain.com/users to just show a list of users, and domain.com/
cp/users to be the scaffold to manage the users. domain.com/cp/ should
also have other modules to manage pages, posts, etc.

How can I go about doing this? Thanks.