cgiRedirect - Redirect the browser somewhere else
Contents
Description
The cgiRedirect routine redirects the browser to another url. This mechanism may be useful to redirect
invalid requests to some static pages describing the policy.
Name
cgiRedirect - Redirect the browser somewhere else
Return Value
cgiRedirect() does not return a value.
See Also
cgiInit(3), cgiHeader(3). CGI Library 6 April 2008 cgiRedirect(3)
Synopsys
#include<cgi.h>voidcgiRedirect(char*url);
