This is just some of them, but my problem is that if I redirect /payment it also redirects the sub urls. How do I isolate /payment and redirect this without redirecting the child-urls?
Didn't really think of that! I'll try that next time - Thanks!
I ended up doing it hard way, by introducing a new field on my master document type and then placing some Razor in my template.
Redirecting individual URL's
I am trying to redirect a set of pages but can't see to get it to work properly.
I am trying to redirect a set of urls:
This is just some of them, but my problem is that if I redirect /payment it also redirects the sub urls. How do I isolate /payment and redirect this without redirecting the child-urls?
I have tried this:
When I try to visit "http://www.domain.dk/payment/signup-user" I get the following redirect: "http://newurl.dk/contact/signup-company/signup-user"
How do I write the redirect correct, so it doesn't do this?
Hi Søren,
Try change order of redirect rules.
This should be last:
Thanks
Didn't really think of that! I'll try that next time - Thanks!
I ended up doing it hard way, by introducing a new field on my master document type and then placing some Razor in my template.
is working on a reply...