Help with domain redericting
Hey, does anyone maybe know why I get the "ERR_TOO_MANY_REDIRECTS" error when trying to access my page after configuring the rule in the first picture? I also configured a second rule (maybe this causes the error -> second picture)
4 Replies
The first one is causing your endless redirect alone.
Each request is evaluated by the each rule. The country condition will continue to be true, even after the first redirect to de
You can just use a simple expression like this
to check if any of the country's match Austria/Germany/Switz, and if the path does not start with /de (i.e they're not already redirected)
You can add in a
Hostname
equals
www.test.net
if you want it to only occur on your www subdomain (replace test.net w/ your own domain of course)thank you 🙂
you deserve community champion