]> granicus.if.org Git - apache/commitdiff
various link surgery
authorbrian <brian@unknown>
Tue, 10 Dec 1996 01:19:36 +0000 (01:19 +0000)
committerbrian <brian@unknown>
Tue, 10 Dec 1996 01:19:36 +0000 (01:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77250 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html
docs/manual/mod/mod_auth_dbm.html
docs/manual/mod/mod_mime.html

index af923157398365aa4e41080d6cb7f5fad4927563..7fc74891a75f866c839bf974455b7952e94365d1 100644 (file)
@@ -559,7 +559,7 @@ interfaces, but only on the port given by the <a href="#port">Port</a>
 directive.</p>
 
 <p><strong>See Also</strong>:
-<a href="bind.html">Setting which addresses and ports Apache uses</a></p>
+<a href="../bind.html">Setting which addresses and ports Apache uses</a></p>
 <hr>
 
 <A name="limit"><h2>&lt;Limit&gt; directive</h2></A>
index 7c05f4384304406a2771c0b84835fcd943d5acdd..b124bb1b02162ef8cf3fad6fd42f810501ca709a 100644 (file)
@@ -11,7 +11,7 @@
 
 This module is contained in the <code>mod_auth_dbm.c</code> file, and
 is not compiled in by default. It provides for user authentication using
-DBM files. See the <A HREF="auth_dbm.html">DBM user documentation</a>.
+DBM files. 
 
 
 <menu>
index 58a519ff51b2d7868ea5ed107502637c1888ee5d..319c5478a794f7a708aa2de98ea5d2e531c8545c 100644 (file)
@@ -162,7 +162,7 @@ media type.</p>
 <p>When placed into an <code>.htaccess</code> file or a
 <code>&lt;Directory&gt;</code> or <code>&lt;Location</code> section,
 this directive forces all matching files to be parsed through the
-<a href="handler.html">handler</a>
+<a href="../handler.html">handler</a>
 given by <em>handler-name</em>. For example, if you had a
 directory you wanted to be parsed entirely as imagemap rule files,
 regardless of extension, you might put the following into an