Set up index page redirects

Users can set up custom redirect logic on the index page of the app. Normally, the index page redirects users to either the home page or the owner page, depending on whether they are logged in and whether they are admins.

If you create a new page that you want to be the "home" for logged in users, you can redirect them to that page when they:

  1. Access the website's index page (at yourwebsite.com, but not yourwebsite.com/home)

  2. Log in to the app

  3. Sign up for the app

If you'd like to redirect users to different pages, the above workflows can be changed or their conditions can be changed. For more details on how they are currently set up, see our reference for the index page.

Last updated