Difference between revisions of "Ns returnnotfound"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 641)
 
Line 1: Line 1:
Man page: http://aolserver.com/docs/tcl/ns_returnnotfound.html
+
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 ...]
 
 
----
 
 
 
'''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]]
 

Revision as of 23:25, 18 March 2006

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...