Commit 272bd4ed authored by Richard Bowen's avatar Richard Bowen
Browse files

Links to current documentation.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1053190 13f79535-47bb-0310-9956-ffa450edef68
parent ef53bb5a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -93,6 +93,11 @@
    rel="Help"><strong>Compatibility:</strong></a> Apache 1.2 and
    above 

    <p class="currentdocs"><strong>The functionality provided by this
    directive is replaced by <a
    href="http://httpd.apache.org/docs/current/mod/mod_setenvif">mod_setenvif</a> 
    in current versions of the server.</strong></p>

    <p>The BrowserMatch directive defines environment variables
    based on the User-Agent header. The first argument should be a
    POSIX.2 extended regular expression (similar to an egrep-style
@@ -128,6 +133,11 @@
    rel="Help"><strong>Compatibility:</strong></a> Apache 1.2 and
    above 

    <p class="currentdocs"><strong>The functionality provided by this
    directive is replaced by <a
    href="http://httpd.apache.org/docs/current/mod/mod_setenvif">mod_setenvif</a> 
    in current versions of the server.</strong></p>

    <p>The <code>BrowserMatchNoCase</code> directive is
    semantically identical to the <a
    href="#browsermatch"><code>BrowserMatch</code></a> directive.