When I enable this, it redirects to piokok.com/profile/profile/wildcard. I’m not sure how the second profile is added and thus how to prevent it.
When I enable this, it redirects to piokok.com/profile/profile/wildcard. I’m not sure how the second profile is added and thus how to prevent it.
I see the problem: [anything] after the website domain is redirected to profile/[anything]. Imagine running that redirect repeatedly. It will keep on adding “profile” to the beginning. To stop it, you have to make sure the URL after the domain doesn’t start with “profile”, otherwise you’re in danger of a loop.
I’ve got
https://www.piokok.com/profile/*
in the excluded patterns, but it’s not observing it.