I have page terms: sitename.com/terms which has doctype terms and template terms.cshtml
I also have hostname sitename.com/de, but I don't have page terms like sitename.com/de/terms. I would like to receive 404 page on this page for de region but I can browse terms page.
We had a similar issue like this a while back, and from what i remembered, the solution was to Sort your root websites so that the /de site comes before the / site in the root site structure.
Umbraco open page instead of 404.
Hi all,
My problem is:
I have page terms: sitename.com/terms which has doctype terms and template terms.cshtml
I also have hostname sitename.com/de, but I don't have page terms like sitename.com/de/terms. I would like to receive 404 page on this page for de region but I can browse terms page.
Why I get this?
Thanks, Mike
Hi Michael,
Is sitename.com another language?
Yes, sitename.com is en-GB, sitename.com/de has de-DE
Hi Michael.
We had a similar issue like this a while back, and from what i remembered, the solution was to Sort your root websites so that the /de site comes before the / site in the root site structure.
Try it, maybe works for you too. :)
Hi Dennis,
Not works for me. Also not works for new and clean instance.
Thanks, Mike
Ah, to bad. :( Sounded a lot like the same issue. Hope it works out for you!
Hi Alex,
I've tried to reproduce this with clean Umbraco.
fresh install.
create doctype terms with template terms
create de site and assign hostname localhost:32113/de with de-DE language
http://prntscr.com/d1mbjy
if I set Umbraco.ModelsBuilder.Enable to false I receive: http://prntscr.com/d1mc1r
Thanks, Mike
is working on a reply...