I have a node on my home page called umbracoPageNotFound which is a Content Picker data type.
On pages that do exist in my site, all the URL's to images in the /media/ folder are broken, and on all URL's that do not exist i.e. where I would expect to receive a 404, I get a completely blank page. I am also completely unable to access the umbraco console.
MultieSitePageNotFoundHandler breaking 4.11.8 site
Hi all,
Im using the MultiSitePageNotFound handler in a multisite umbraco 4.11.8 site. The configuration for the 404handlers.config file is as follows:
<NotFoundHandlers>
<notFound assembly="umbraco" type="SearchForAlias" />
<notFound assembly="umbraco" type="SearchForTemplate"/>
<notFound assembly="umbraco" type="SearchForProfile"/>
<notFound assembly="uComponents.NotFoundHandlers" type="MultiSitePageNotFoundHandler" />
<notFound assembly="umbraco" type="handle404"/>
</NotFoundHandlers>
In the web.config I have:
<customErrors mode="On" defaultRedirect="~/errors/error.html" redirectMode="ResponseRewrite">
<error statusCode="500" redirect="~/errors/error.html" />
</customErrors>
And:
<httpErrors existingResponse="PassThrough" />
I have a node on my home page called umbracoPageNotFound which is a Content Picker data type.
On pages that do exist in my site, all the URL's to images in the /media/ folder are broken, and on all URL's that do not exist i.e. where I would expect to receive a 404, I get a completely blank page. I am also completely unable to access the umbraco console.
Does anyone have any ideas?
Thanks in advance
Al
is working on a reply...