Difference between revisions of "Ns returnnotfound"

From AOLserver Wiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
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]][http://ca.geocities.com/orleans866casino/inter-poker-tv-game.htm ...]
+
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]]

Latest revision as of 19:28, 7 February 2009

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

-