diff options
author | Joshua Slive <slive@apache.org> | 2001-08-24 17:08:25 +0000 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2001-08-24 17:08:25 +0000 |
commit | b794cde455ffe7bbd65022cbae993754e6201b13 (patch) | |
tree | a55953ad2fab21a3f53a4ffd27841a34cd097b07 /docs/manual/urlmapping.html.en | |
parent | f813e125af14f966eb0218c3a52e90b267440d81 (diff) | |
download | httpd-b794cde455ffe7bbd65022cbae993754e6201b13.tar.gz |
Point to the new FAQ.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/urlmapping.html.en')
-rwxr-xr-x | docs/manual/urlmapping.html.en | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/manual/urlmapping.html.en b/docs/manual/urlmapping.html.en index c32406139b..4f26c80629 100755 --- a/docs/manual/urlmapping.html.en +++ b/docs/manual/urlmapping.html.en @@ -104,8 +104,7 @@ the target path is treated as CGI scripts.</p> <p>For situations where you require additional flexibility, you can use the <a href="mod/mod_alias.html#aliasmatch">AliasMatch</a> and <a href="mod/mod_alias.html#scriptaliasmatch">ScriptAliasMatch</a> -directives to do powerful <a -href="misc/FAQ.html#regex">regular-expression</a> based matching and +directives to do powerful regular-expression based matching and substitution. For example,</p> <blockquote><code> ScriptAliasMatch ^/~([^/]*)/cgi-bin/(.*) |