Hi, I have a site running DNN 07.02.01
In general the 404 error pages are working ok and im getting the custom(if not designed yet) 404 page from DNN.
Im having an issue on one particular URL though. I do not have a page called this so i would expect a DNN 404 ...
If i put this address in the url bar
/RegisterUser.aspx i am seeing the IIS 404 page instead of the DNN one
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /registeruser.aspx
If i change the url at all e.g.
/RegisterUser1.aspx then i am seeing the DNN 404 like i would expect. Im not sure what is causing this, I have tried creating a RegisterUser page in Page Management and it has no effect, still seeing the IIS 404
Any ideas where i would look to get this one RegisterUser URL (and possibly others i dont know about) to redirect to DNN 404
Thanks