June 1999
Intermediate to advanced
540 pages
21h 39m
English
AliasMatch
AliasMatch
regex
real_path
[server config, within <VirtualHost>]
Similar to Alias but uses regular expressions. This option
creates a virtual name or directory by mapping a symbolic pathname that
matches the standard regular expression, regex, to a real path on
the server. For example:
AliasMatch ^/images(.*) /etc/httpd/server/images$1
(Apache 1.3 or later)
Read now
Unlock full access