I've got a bit of a complex site stucture where I need to host several domains as well as languages per domain in the same install.
Site structure like this:
- www
- no
- home
- ....
- en
- home
- ....
- blog
- no
- home
- ...
- en
- home
- ...
As I want to use umbracoInternalRedirectId to redirect the user into the correct home page for the section he's visiting I basically need to do two redirects (e.g. blog > no > home), but this seems to not work. One redirect (e.g. blog > home) is no problem whatsoever, but leaves out how I would like to solve languages...
Double use of umbracoInternalRedirectId
I've got a bit of a complex site stucture where I need to host several domains as well as languages per domain in the same install.
Site structure like this:
- www
- no
- home
- ....
- en
- home
- ....
- blog
- no
- home
- ...
- en
- home
- ...
As I want to use umbracoInternalRedirectId to redirect the user into the correct home page for the section he's visiting I basically need to do two redirects (e.g. blog > no > home), but this seems to not work. One redirect (e.g. blog > home) is no problem whatsoever, but leaves out how I would like to solve languages...
Any ideas on how to solve this? Running 4.6 Beta.
Thanks!
is working on a reply...