ExpressionEngine comes shipped with a Member module out of the box. Profiles are viewable at a URL like http://domain.com/member/profile/123; however, there's no "landing" page for members—everything's at a URL built on top of members, i.e. http://domain.com/member/memberlist.
I've wanting to create a landing page for logged-in members at http://domain.com/member. Currently, navigating to this URL just returns the following error:
The following errors were encountered
- The member profile you requested is currently not available
Return to Previous Page
How can I create a page or template that would be displayed when navigating to /member instead of the default error page? As it looks like it's expecting another parameter to display a profile page, but this isn't desirable.