Potential issues with multiple home pages
- by Maxim Zaslavsky
I have a site where I want to have two different home pages: a general description page for anonymous users, and a dashboard page for logged-in users.
I am debating between two implementations:
Both pages live at /
The page for anonymous users is located at / and the dashboard is at /dashboard, with automatic redirection between them based on…