logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

cgiRedirect - Redirect the browser somewhere else

Author

       This CGI library is written by Martin Schulze <joey@infodrom.org>.  If you have additions or improvements
       please get in touch with him.

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);

See Also