i'm assuming the correct errorPage node's not found when executing the 404 handler. Config is fine, think you need to check the domains you've specified and whether that corresponds to the SERVER_NAME server variable. Have any info on that?
Also, if you've specified this specific errorPage after having added the domains using 'Manage domains' context menu, best bet is to restart the app, as the domains are being cached... and changes to your config after changing domains won't have any effect until after a restart.
Can't get the 404 handler to work
Hi,
I'm implementing an Umbraco 4.5.2 multilingual site and am setting up the 404 errors in umbracoSettings.config.
However it doesn't seem to work correctly.
I have this in my umbracoSettings.config file:
However when it tries to redirect to 404 I get this error in the umbracoLog table
Anyone got any ideas what I'm doing wrong?
Tim,
i'm assuming the correct errorPage node's not found when executing the 404 handler. Config is fine, think you need to check the domains you've specified and whether that corresponds to the SERVER_NAME server variable. Have any info on that?
Cheers,
/Dirk
Also, if you've specified this specific errorPage after having added the domains using 'Manage domains' context menu, best bet is to restart the app, as the domains are being cached... and changes to your config after changing domains won't have any effect until after a restart.
Hope this helps.
Regards,
/Dirk
Thanks Dirk,
All working now. A domain caching issue as you suggested above.
T
is working on a reply...