]> granicus.if.org Git - apache/commitdiff
Added examples for AddAlt
authorRich Bowen <rbowen@apache.org>
Sun, 11 Nov 2001 02:15:29 +0000 (02:15 +0000)
committerRich Bowen <rbowen@apache.org>
Sun, 11 Nov 2001 02:15:29 +0000 (02:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91847 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.html

index a5635161e9d6d38cb9169579f810e3e46f0cf030..f8887326169ca4590fe1c9800957e4c5dd3b620a 100644 (file)
     This alternate text is displayed if the client is
     image-incapable, has image loading disabled, or fails to
     retrieve the icon.</p>
+
+    <p>Examples:</p>
+    <pre>
+    AddAlt "PDF" *.pdf
+    AddAlt "Compressed" *.gz *.zip *.Z
+    </pre>
+
     <hr />
 
     <h2><a id="addaltbyencoding"