So fare I have created a page for my error 404. The id is 1131
In umbracoSettings.config I have change the id <errors> <!-- the id of the page that should be shown if the page is not found --> <!-- <errorPage culture="default">1</errorPage>--> <!-- <errorPage culture="en-US">200</errorPage>--> <error404>1131</error404> </errors>
I mean, it been months now since the content structure of this site changed and they still haven't managed to set up a proper 404 or redirects... Not even the old "This page is intentionally left ugly :) ". The forum and external sites are full of references to old project URLs that do not work anymore.
how do I create an 404 page in umbraco 4.5
Hi
how do I create an 404 page in umbraco 4.5
Can anyone guide me step by step
So fare I have created a page for my error 404. The id is 1131
In umbracoSettings.config I have change the id
<errors>
<!-- the id of the page that should be shown if the page is not found -->
<!-- <errorPage culture="default">1</errorPage>-->
<!-- <errorPage culture="en-US">200</errorPage>-->
<error404>1131</error404>
</errors>
What else do I need to do?
Have done all that's required, just need to restart the app for the config to be reread/loaded!
Hope this helps.
Regards,
/Dirk
Somebody should tip Niels and the core team about this thread as they obviously lack the knowledge ;)
http://our.umbraco.org/forum/ourumb-dev-forum/bugs/10154-404-for-old-project-URLs
I mean, it been months now since the content structure of this site changed and they still haven't managed to set up a proper 404 or redirects... Not even the old "This page is intentionally left ugly :) ". The forum and external sites are full of references to old project URLs that do not work anymore.
is working on a reply...