I've added the uComponents 404 handler in 404handlers.config <notFound assembly="uComponents.NotFoundHandlers" type="SearchForPageNotFound" /> and a umbracoPageNotFound content picker property in the root nodes. The problem is that only the 404 page set in the first root node is always returned, even when the 404 occurs in a path from another root node. I've set the domains and tried all the umbracoHideTopLevelNodeFromPath and useDomainPrefixes combinations I could think of. Any suggestions what else I should try?
Some updates: I got a suggestion here to try changing the type from SearchForPageNotFound to MultiSitePageNotFoundHandler in 404handlers.config, but now the handler doesn't respond. The site also has a Url Tracker installed, could it be the cause the problem? The Url Tracked catches the 404s fine.
Multi-site Page Not Found not working properly
Hello,
I've added the uComponents 404 handler in 404handlers.config
<notFound assembly="uComponents.NotFoundHandlers" type="SearchForPageNotFound" />
and a umbracoPageNotFound content picker property in the root nodes. The problem is that only the 404 page set in the first root node is always returned, even when the 404 occurs in a path from another root node. I've set the domains and tried all the umbracoHideTopLevelNodeFromPath and useDomainPrefixes combinations I could think of. Any suggestions what else I should try?Thanks!
Hi there,
Im facing the same problem on the Production machine whereas my local (Dev) machine is working fine.
I have 2 languages:
mysite.com
mysite.com/en
My local machine:
Windows server 2008R2 Standard
Production:
Windows Server 2012 Standard
Any Ideas?
Regards,
mkariti
Some updates: I got a suggestion here to try changing the type from SearchForPageNotFound to MultiSitePageNotFoundHandler in 404handlers.config, but now the handler doesn't respond. The site also has a Url Tracker installed, could it be the cause the problem? The Url Tracked catches the 404s fine.
is working on a reply...