Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hello,
Currently we have our single portal site has been localized with 4 cultures. (UK/US/DE/SWE). Our default culture being “en-gb”
We use portal alias to split the cultures so they can have the same page names if required.
e.g. http://mydomain.com/de-de/pagename.aspx , http://mydomain.com/en-us/pagename.aspx
Currently when a user request a non-existence page from any culture, it displays the default “en-gb” custom 404 page .
Is there a way to configure so that for a non-existence specific culture page request, it displays the culture specific custom 404 page?
e.g. user request http://mydomain.com/de-de/notvalidpage.aspx , this goes to http://mydomain.com/de-de/error404.aspx.
User request http://mydomain.com/sv-se/notvalidpage.aspx, this goes to http://mydomain.com/sv-se/error404.aspx.
Any help appreciated.
Eric