redirect


(1) In e-mail, a redirect is an option found in e-mail clients that is similar to a forward, with the exception that the body of the text is not normally shown as quoted text. Additionally the From (or) Sender field will show the e-mail address of the original sender, and in brackets it will show your information. For example if you received the e-mail from “[email protected]” and your e-mail address is “[email protected]”, when you redirect this e-mail to another recipient, the From (or) Sender information might read something like this:

From: [email protected] ( by way of “Your Name” )

(2) Redirect also refers to a Web server function where an old URL can be redirected to a new one. There are a series of redirect HTTP response codes that a server can return, including the following:

301: (permanent) Returns a permanent redirect status indicating that the resource has moved permanently.
302: (temp) Returns a temporary redirect status. This is the default.
303: (seeother) Returns a “See Other” status indicating that the resource has been replaced.
410: (gone) Indicates that the resource has been replaced.

Read Also:

  • redirection

    (1) In operating system shells, redirection refers to directing input and output to files and devices other than the default I/O devices. By default, input generally comes from the keyboard or mouse, and output goes to the display monitor. With a redirection operator, you can override these defaults so that a command or program takes […]

  • redlining

    In word processing, redlining refers to marking text that has been edited. Typically, redlining is used when two or more people are working on a document together; each individual can redline the text he or she has added or edited. The redlined text will then appear in a special color (or as bold) so that […]

  • redundant

    (ri-dun´d&nt) (adj.) Used to describe a component of a computer or network system that is used to guard the primary system from failure by acting as a back up system. Redundant components can include both hardware elements of a system — such as disk drives, peripherals, servers, switches, routers — and software elements — such […]

  • refactoring

    Improving the design of existing software code. Refactoring doesn’t change the observable behavior of the software; it improves its internal structure. For example, if a programmer wants to add new functionality to a program, he may decide to refactor the program first to simplify the addition of new functionality in order to prevent software entropy.

  • Referential Integrity

    A feature provided by relational database management systems (RDBMS’s) that prevents users or applications from entering inconsistent data. Most RDBMS’s have various referential integrity rules that you can apply when you create a relationship between two tables. For example, suppose Table B has a foreign key that points to a field in Table A. Referential […]


Disclaimer: redirect definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.