]> granicus.if.org Git - apache/commitdiff
Fixed the fix before :-) Thanks to Andre.
authorErik Abele <erikabele@apache.org>
Sat, 14 Sep 2002 15:03:14 +0000 (15:03 +0000)
committerErik Abele <erikabele@apache.org>
Sat, 14 Sep 2002 15:03:14 +0000 (15:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96808 13f79535-47bb-0310-9956-ffa450edef68

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

index d176cb6411d41142b971f845e9c9836240f0f3e5..7ab9d333bc1e877e1f927d3af8ce83ce4e8b88ff 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_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>
 
index e61f99eab88e469acb67e19408a29364c7645fcc..e65251bdcee67cddc4b3d00888f62c6b45898f17 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_core">DocumentRoot</directive> are moved
+    <directive module="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>