]> granicus.if.org Git - apache/commitdiff
link typo.
authorErik Abele <erikabele@apache.org>
Sat, 14 Sep 2002 13:52:01 +0000 (13:52 +0000)
committerErik Abele <erikabele@apache.org>
Sat, 14 Sep 2002 13:52:01 +0000 (13:52 +0000)
Submitted by: Hiroaki Kawai <hawk@bcl.t.u-tokyo.ac.jp>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96807 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/urlmapping.html.en
docs/manual/urlmapping.xml

index 1b900556c534e473d2dff1772af9ac2fe35b859a..d176cb6411d41142b971f845e9c9836240f0f3e5 100755 (executable)
     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_alias.html#documentroot">DocumentRoot</a></code> are moved
+    <code class="directive"><a href="./mod/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>
 
index ab8caa1dfca0bd4881d908c219bd9572288f2d48..e61f99eab88e469acb67e19408a29364c7645fcc 100644 (file)
     implemented by the <directive
     module="mod_alias">Redirect</directive> directive. For example, if
     the contents of the directory <code>/foo/</code> under the
-    <directive module="mod_alias">DocumentRoot</directive> are moved
+    <directive module="mod_core">DocumentRoot</directive> are moved
     to the new directory <code>/bar/</code>, you can instruct clients
     to request the content at the new location as follows:</p>
 
@@ -277,4 +277,4 @@ breaking out of the proxy server and requesting directly from
     Responses</a> documents.</p>
 </section>
 
-</manualpage>
\ No newline at end of file
+</manualpage>