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.
Try putting the type to RegEx and use this pattern:
https:\/\/piokok\.com\/(?!profile\/)(.*)
Perfect, thank you!