I have a site with 4 different language homepages and redirects the user based on their location or cookie setting.
I'm trying to add another page at root level which is simply being used to redirect to an external campaign. I've created a new doctype which just has a text field and a template which takes the URL in that field and does a simple JS window.location redirect.
However, when I try to access my redirect page which should be /promotions umbraco is sending me to /en-gb/promotions and i'm getting a 404.
Content tree below
How can I break out of the country redirects in order to make this redirect page work?
Page at Root level being redirected to Site level
I have a site with 4 different language homepages and redirects the user based on their location or cookie setting.
I'm trying to add another page at root level which is simply being used to redirect to an external campaign. I've created a new doctype which just has a text field and a template which takes the URL in that field and does a simple JS window.location redirect.
However, when I try to access my redirect page which should be /promotions umbraco is sending me to /en-gb/promotions and i'm getting a 404.
Content tree below
How can I break out of the country redirects in order to make this redirect page work?
is working on a reply...