Hi, I am feeling really really dumb and its probably something obvious or stupid.
I cant seem to manage to redirect the base URL for a domain to a specific twitter url.
I have tried a normal redirect as well as a bulk.
I am trying to forward [domain.tld] to https://twitter.com/[namehere]
Ive read the tutorials, I thought I set everything up correctly.
I created dummy A @ record and dummy A www record
my expression (sanitized) is: (http.request.uri eq "*[domain.tld]/*")
followed by redirect:
static: https://twitter.com/[namehere]
code 301
What in the world am I doing wrong?