I’m trying to redirect some user-only pages to a custom “create an account or redirect” page.
So I’ve used the following setup :
– View Access = Allow
– For users = Any user role (logged in)
– Action = “Redirect to URL” and set the url to my custom URL (www.ulsa.ch/shop/product-access-denied/)
The result is that the redirection is failing and the default 404 page is displayed, with the “no content found” default page.
So I’d consider that this option is not properly working or that I’ve inserted a wrongly formatted url. I’ve tried with different variation (ex. “shop/product-access-denied/” or even http://www.google.com), but without any success. The redirection simple don’t work.
What should I do ?