Name

Redirect

Synopsis

                     Redirect [status] pathname 
                     url
                  

Tells the server to forward clients that request a given directory or document, pathname, to a new location, specified by url. This new location must be a complete path, unless the status given is gone, in which case the new location must be omitted. The Redirect directive supersedes any Alias or AliasMatch directives that are specified.

The status variable can be one of the following:

permanent

This option uses an HTTP status 301 to indicate to the client that the redirect should be considered permanent.

temp

This option uses an HTTP status 302 to indicate to the client that the redirect is only temporary. This is the default.

seeother

This option uses an HTTP status 303 to indicate to the client that the resource requested has been superseded or replaced.

gone

This option uses an HTTP status 410 to indicate to the client that the resource has been removed.

Get Webmaster in a Nutshell, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.