From: Graeme P. <fgp...@uk...> - 2005-12-30 12:30:37
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font face="sans-serif">Having set up a domain handler using Url_PrefixInstall can I have some requests handed back from my handler to tclhttpd to be processed as usual?<br> <br> At the moment my handler will return some content drawn from a database, or a 404.<br> <br> What I would like to do, is, rather than immediately returning a 404, is to hand the request back to tclhttpd's usual processing so it can return a file from the appropriate directory.<br> <br> I do not want to simply use </font>Httpd_ReturnFile as I would prefer to be able to use .tml files etc.<br> <br> Is this going to be straightforward to do?<br> <br> Graeme<br> <br> <br> </body> </html> |