Commit acbed462 authored by Richard Bowen's avatar Richard Bowen
Browse files

Add example for AllAltByType, AddAltByEncoding


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91848 13f79535-47bb-0310-9956-ffa450edef68
parent e0a61322
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -263,6 +263,12 @@
    quotes (<code>"</code>). This alternate text is displayed if
    the client is image-incapable, has image loading disabled, or
    fails to retrieve the icon.</p>

    <p>Example:</p>
    <pre>
    AddAltByEncoding "gzip" x-gzip
    </pre>

    <hr />

    <h2><a id="addaltbytype" name="addaltbytype">AddAltByType</a>
@@ -289,6 +295,11 @@
    quotes (<code>"</code>). This alternate text is displayed if
    the client is image-incapable, has image loading disabled, or
    fails to retrieve the icon.</p>

    <p>Example:</p>
    <pre>
    AddAltByType "TXT" text/plain
    </pre>
    <hr />

    <h2><a id="adddescription"