rbowen      01/11/10 18:03:39

  Modified:    htdocs/manual/mod mod_autoindex.html
  Log:
  Added examples for AddAlt directive
  
  Revision  Changes    Path
  1.45      +7 -0      httpd-docs-1.3/htdocs/manual/mod/mod_autoindex.html
  
  Index: mod_autoindex.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_autoindex.html,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- mod_autoindex.html        2001/10/08 01:34:30     1.44
  +++ mod_autoindex.html        2001/11/11 02:03:39     1.45
  @@ -172,6 +172,13 @@
       <em>String</em> is enclosed in double quotes (<code>"</code>).
       This alternate text is displayed if the client is
       image-incapable or has image loading disabled.</p>
  +
  +    <p>Examples:</p>
  +    <pre>
  +    AddAlt "PDF" *.pdf
  +    AddAlt "Compressed" *.gz *.zip *.Z
  +    </pre>
  +
       <hr />
   
       <h2><a id="addaltbyencoding"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to