Found 1 hit - Term: url redirection, Database: *, Strategy: prefix
- [1] : The Free On-line Dictionary of Computing (27 SEP 03)
url redirection
or "url forwarding"
when a web server tells the client browser to obtain a
certain requested page from a different location. this is
controlled by directives in the server's configuration files
or a "location: header output by a cgi script.
the web server stores all its documents in a directory tree
rooted at some configured directory, known as its "document
root". normally the uri part of the url the part after
the hostname is used as a relative path from the document
root to the desired file or directory. a redirect directive
allows the server administrator to specify exceptions to this
general mapping from url to file name by telling the browser
"try this url instead". the new url may be on the same server
or a different one and may itself be subject to redirection.
the user is normally unaware of this process except that it
may introduce extra delay while the browser sends the new
request and the browser will usually display the new url
rather than the one the user originally requested.
1997-07-15
see also:
web server client browser directives cgi directory tree
uri url hostname relative path
Dictionary of Words and Phrases online did not found adittional definition or meaning about url redirection. Last accessed:2008/07/06 13:55:37 [Total processing time: 1 seconds] |