I want my home page to be different based on whether a user is logged in or not.
Let’s call my site: www.platform.com
If the user is not logged in and attempts to go to www.platform.com , I want them to be redirected to www.platform.com/welcome.
If a user is logged in, and they attempt to go to www. platform.com , they actually get to www.platform.com.
Assistance is much appreciated!