I originally set my 404 page up in the umbracoSettings.config file and it worked fine ....until I realised that the two other sites in this instance were using the same 404 page as site no.1, which is not going to work.
I have gone with standard 404 handling, using an Xpath statement to point to my custom 404 page.
I have looked into uComponents package but that doesn't seem to be supported for version 7 Umbraco, so is there another way of handling multi site 404's?
Also, the sites in question are running as an App on Azure, so it means no standard IIS 404 handling.
Yes I did try that package and it works very well. The only issue I have is to ensure that the config file is excluded from the repo or it will keep on being over written.
Handling 404s for Multi Site Umbraco 7.5.2
Hi,
I originally set my 404 page up in the umbracoSettings.config file and it worked fine ....until I realised that the two other sites in this instance were using the same 404 page as site no.1, which is not going to work.
I have gone with standard 404 handling, using an Xpath statement to point to my custom 404 page.
I have looked into uComponents package but that doesn't seem to be supported for version 7 Umbraco, so is there another way of handling multi site 404's?
Also, the sites in question are running as an App on Azure, so it means no standard IIS 404 handling.
Thanks
Chris
Hi Chris,
You need to use the NotFoundHandlers
These pages will give you an idea of how to use
Cheers
Thanks Jonathan, I will investigate.
Hi Chris,
Did you try to use this package - https://our.umbraco.org/projects/backoffice-extensions/umbraco-page-not-found-manager/ ?
It's really helpful.
Thanks,
Alex
Hi Alex,
Yes I did try that package and it works very well. The only issue I have is to ensure that the config file is excluded from the repo or it will keep on being over written.
thanks
Chris
is working on a reply...