]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix reference to RewriteCond - there's no class="module" in our XML.
authorErik Abele <erikabele@apache.org>
Wed, 13 Feb 2008 14:41:08 +0000 (14:41 +0000)
committerErik Abele <erikabele@apache.org>
Wed, 13 Feb 2008 14:41:08 +0000 (14:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@627430 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_setenvif.xml

index d4ce8406654c6e92f89749ee93b11b68256c2ff4..3db7e9ebf9c81a70b3834948b5943c28eb011635 100644 (file)
@@ -169,8 +169,9 @@ respect to case</description>
       <li><code>Request_URI</code> - the resource requested on the HTTP
        request line -- generally the portion of the URL
       following the scheme and host portion without the query string. See
-      <code class="module"><a href="../mod/mod_rewrite.html#rewritecond">mod_rewrite</a></code>
-      for extra information on how to match your query string.</li>
+      the <directive module="mod_rewrite">RewriteCond</directive>
+      directive of <module>mod_rewrite</module> for extra information on
+      how to match your query string.</li>
     </ul>
 </li>