]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Links to current docs.
authorRich Bowen <rbowen@apache.org>
Wed, 15 Dec 2010 13:40:21 +0000 (13:40 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 15 Dec 2010 13:40:21 +0000 (13:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1049548 13f79535-47bb-0310-9956-ffa450edef68

htdocs/manual/mod/mod_alias.html.en

index f285c69911e6a7cbce7d4b9c65dd6b6df79614a0..076a2de66b581ab0a71c6ac8f250bb0cec5b1705 100644 (file)
@@ -83,6 +83,9 @@
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> mod_alias</p>
 
+    <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+    href="http://httpd.apache.org/docs/current/mod/mod_alias.html#alias">here</a></strong></p>
     <p>The Alias directive allows documents to be stored in the
     local filesystem other than under the <a
     href="core.html#documentroot">DocumentRoot</a>. URLs with a
     rel="Help"><strong>Compatibility:</strong></a> Available in
     Apache 1.3 and later</p>
 
+    <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+    href="http://httpd.apache.org/docs/current/mod/mod_alias.html#aliasmatch">here</a></strong></p>
     <p>This directive is equivalent to <a href="#alias">Alias</a>,
     but makes use of standard regular expressions, instead of
     simple prefix matching. The supplied regular expression is
 </pre>
     <hr />
 
-    <h2><a id="redirect" name="redirect">Redirect
-    directive</a></h2>
+    <h2><a id="redirect" name="redirect">Redirect directive</a></h2>
 
     <p>
      <a href="directive-dict.html#Syntax"