How to redirect to the Unauthorized page properly

I have created member-only pages and created an policy so they can view the pages when they logged-in. All works fine.

Now when we have an anonymous user(visitor), and they want to acces the member-only page. The site url changes but nothing happens.

How do I redirect this behavior to the Login page? I already changed the system setting unauthorized_page.

Solved it by giving the anonymous group the load permission.

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.