Hi everyone,
I just upgraded my DNN version to DNN 7.02.01. I already set up the Friendly Url Provider mode to 'advanced'. When some page is not found I get this message:
"404 Not Found
The requested Url does not return any valid content.
Administrators
Change this message by configuring a specific 404 Error Page or Url for this website."
But I can't find the 404 to be configured. How can I do that? On my webconfig I have this:
<!-- permits errors to be displayed for remote clients -->
<customErrors mode="On" defaultRedirect="~/TheErrorPage.aspx">
<error statusCode="404" redirect="~/404.aspx" />
</customErrors>
And I have both pages (TheErrorPage and "404" page) already.
Thanks for your help