|
<< Click to Display Table of Contents >> Navigation: Telegram > 2019 > 11 > 06 > Telegram_2019-11-06T13 |
2019-11-06T13:35:47
404 is not an error in IW (i.e. It doesn't raise an exception) although you might think of it as an HTTP error
2019-11-06T13:40:25
You can have your own IW404.html page inside the TemplateDir and IW will use it when generating the response
2019-11-06T13:42:55
this demo shows how to use templates to customize responses. You can use the same for 404: type: link https://github.com/Atozed/IntraWeb/tree/master/XIV/Delphi/CustomizingExceptions/UsingTemplates