summaryrefslogtreecommitdiff
path: root/docs/manual/urlmapping.html.en
diff options
context:
space:
mode:
authorErik Abele <erikabele@apache.org>2002-09-14 15:03:14 +0000
committerErik Abele <erikabele@apache.org>2002-09-14 15:03:14 +0000
commit1c04b0e42a8fe546756dccfecfb827e82a081a3a (patch)
tree94d4e41f9381bd3d85c2fb3ffd356c798ee02b20 /docs/manual/urlmapping.html.en
parent3b06b7ac9bb076881276789764474a54d11baf25 (diff)
downloadhttpd-1c04b0e42a8fe546756dccfecfb827e82a081a3a.tar.gz
Fixed the fix before :-) Thanks to Andre.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96808 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/urlmapping.html.en')
-rwxr-xr-xdocs/manual/urlmapping.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/urlmapping.html.en b/docs/manual/urlmapping.html.en
index d176cb6411..7ab9d333bc 100755
--- a/docs/manual/urlmapping.html.en
+++ b/docs/manual/urlmapping.html.en
@@ -115,7 +115,7 @@
the new URL. This is called <em>redirection</em> and is
implemented by the <code class="directive"><a href="./mod/mod_alias.html#redirect">Redirect</a></code> directive. For example, if
the contents of the directory <code>/foo/</code> under the
- <code class="directive"><a href="./mod/mod_core.html#documentroot">DocumentRoot</a></code> are moved
+ <code class="directive"><a href="./mod/core.html#documentroot">DocumentRoot</a></code> are moved
to the new directory <code>/bar/</code>, you can instruct clients
to request the content at the new location as follows:</p>