diff options
author | Rich Bowen <rbowen@apache.org> | 2001-11-11 04:01:39 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2001-11-11 04:01:39 +0100 |
commit | fc1bf0ea74f1048562074c7321a1ba00cfe5b856 (patch) | |
tree | bf5b231bc0894e0466754555f75abf4a851bba6a | |
parent | Added examples for AddAlt (diff) | |
download | apache2-fc1bf0ea74f1048562074c7321a1ba00cfe5b856.tar.xz apache2-fc1bf0ea74f1048562074c7321a1ba00cfe5b856.zip |
Add example for AllAltByType, AddAltByEncoding
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91848 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_autoindex.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index f888732616..206f8d0b64 100644 --- a/docs/manual/mod/mod_autoindex.html +++ b/docs/manual/mod/mod_autoindex.html @@ -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" |