Ns returnnotfound

From AOLserver Wiki
Revision as of 03:11, 19 March 2006 by Vkurup (talk | contribs) (Reverted edit of 67.183.149.64, changed back to last version by WikiSysop)
Jump to navigation Jump to search

Man page: http://aolserver.com/docs/tcl/ns_returnnotfound.html


NAME

ns_returnnotfound - Return a 404 (Not Found) status message to the client

SYNOPSIS

ns_returnnotfound ?connid?

DESCRIPTION

This command informs the client that the content they requested could not be located given the URL that was requested.
The optional connid parameter is deprecated and should not be used.
Note: The script does not end at the time this command is invoked. ns_adp_abort or ns_adp_return should be called to end script processing after ns_returnnotfound.

EXAMPLES

   ns_returnnotfound

SEE ALSO

ns_return, ns_returnadminnotice, ns_returnbadrequest, ns_returnerror, ns_returnfile, ns_returnforbidden, ns_returnfp, ns_returnnotice, ns_returnok, ns_returnredirect, ns_returnunauthorized

Category Documentation - Category Core Tcl API