|
NAMEcgiRedirect - Redirect the browser somewhere elseSYNOPSYS#include <cgi.h> void cgiRedirect (char *url); DESCRIPTIONThe cgiRedirect routine redirects the browser to another url. This mechanism may be useful to redirect invalid requests to some static pages describing the policy.RETURN VALUEcgiRedirect() does not return a value.AUTHORThis CGI library is written by Martin Schulze <joey@infodrom.org>. If you have additions or improvements please get in touch with him.SEE ALSOcgiInit(3), cgiHeader(3).
Visit the GSP FreeBSD Man Page Interface. |