PHP helper script to "redirect" request.
This PHP script allows one to redirect the user's browser to another location by "tweaking" any of the following:
This is useful for creating "static" links which will go to the proper location when placed on another web server. For example, consider the following:
/nstwui/php/system/redirect.php?proto=https&port=631The above will cause one to be redirected to:
https://SERVER_ADDR:631/The important thing to note is that since the "host" parameter was omitted in the original request, the SERVER_ADDR shown above will be left at IP address where the original request was made.
Documentation generated on Sun, 11 Feb 2018 07:41:02 -0500 by phpDocumentor 1.4.4