Redirect <front> per user role

Created on 25 January 2024, 10 months ago
Updated 14 February 2024, 9 months ago

Problem/Motivation

I'm trying to redirect each role to a different front page.
Is that possible with this module?

Steps to reproduce

When I try to set the link path as /node, I get the error:

The path '/node' is already routed by: view.frontpage.page_1

If I set the link path as /, i get:

The path '/' is already routed by: front

💬 Support request
Status

Fixed

Version

1.0

Component

Documentation

Created by

🇪🇸Spain gejo

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @gejo
  • Yes you can do it with this module.

    You need to create a link to an unoccupied path.
    The path /node is already occupied by the Frontpage view from the core.

    You can use any other path, for example /front and set in "Basic site settings" as "Default front page".
    Next, you must add paths to "Redirects" that have access restrictions by role. For example, different views with a configured role restriction.

  • Status changed to Fixed 9 months ago
  • Status changed to Fixed 9 months ago
Production build 0.71.5 2024