June 1999
Intermediate to advanced
540 pages
21h 39m
English
RedirectMatch
RedirectMatch [status] regex
url
[server config, within <VirtualHost>]
Similar to Redirect but uses standard regular expressions. This
option tells the server to forward clients that request a directory or
document matching the regular expression regex to a new location,
specified by url. For example:
RedirectMatch (.*).jpg http://imageserver.mycorp.com$1.jpg
(Apache 1.3 or later)
Read now
Unlock full access