Hi,
I need to return 404-Not Found (NO REDIRECT) response if there's no such a page existing in DNN.
customErrors are turned on.
So if user hits www.mysite.com/InvalidPage.aspx he/she stays on the same page, but can see custom error page. Additionally 404 response should be given. No any redirects.
Best approach would be to use configuration similar to customErrors, but instead of redirects use Transfer.
Is there a quick solution in DNN for that?
Thanks,
Dmitriy.