2. Wait until next Monday (13th December) when we release uComponents v2 - we have one called "MultiSitePageNotFoundHandler". Or if you want to download the latest source, you can compile that? To use it, you would have a Content Picker with the alias of "umbracoPageNotFound" to select the 404 page.
Multi site and 404 pages
Hi,
I have several sites within one installation.
How do I create seperate error pages for each site?
thanks,
Stefan
Hi Stefan,
You'll need to use a custom NotFoundHandler to do this.
You have 2 options...
1. Take a read of this tutorial and roll your own (example code included): http://videochatisnotmagical.umbraco.org/documentation/books/not-found-handlers/what-is-not-found-handlers-
2. Wait until next Monday (13th December) when we release uComponents v2 - we have one called "MultiSitePageNotFoundHandler". Or if you want to download the latest source, you can compile that? To use it, you would have a Content Picker with the alias of "umbracoPageNotFound" to select the 404 page.
Cheers, Lee.
Thanks a lot for this info Lee.
Regards,
Stefan
is working on a reply...