Redirection not really working
Hello Just wondering if anyone knew why this is redirecting me so much?
4 Replies
try in url add protocl
like http or https
i have *simellar error
when would that stop or not match?
You're saying "when a request comes through on this hostname, redirect it here"
you're missing the
https://
to start with in the target, so it's doing relative redirects, but even if you fix that you'll still redirect loop
If you want it to only redirect on /
to /home
, specify And Url Path Equals /
Yeah found that out before thanks for the help, I just went back to using page rules lmao