diff options
author | Rich Bowen <rbowen@apache.org> | 2002-06-13 02:13:30 +0000 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2002-06-13 02:13:30 +0000 |
commit | 3a097eb4f3737d61ca92c576cd3723d748e0ed44 (patch) | |
tree | 8bcf30363d47bd5e98cb8e21cc260c42c6811f8d /docs/manual/mod/mod_autoindex.html.en | |
parent | 19733b60b910ff19b0a2f90e0ce72927a07b45be (diff) | |
download | httpd-3a097eb4f3737d61ca92c576cd3723d748e0ed44.tar.gz |
Examples for HeaderName, ReadmeName
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95629 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_autoindex.html.en')
-rw-r--r-- | docs/manual/mod/mod_autoindex.html.en | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index 49b0c9ca29..ad99065d3e 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -279,6 +279,10 @@ of the index listing</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.ht of the file that will be inserted at the top of the index listing. <em>Filename</em> is the name of the file to include.</p> +<blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><p align="center"><strong>Example</strong></p><code> +HeaderName HEADER.html +</code></td></tr></table></blockquote> + <blockquote><table><tr><td bgcolor="#e0e5f5"> <p>Both HeaderName and <a href="#readmename" class="directive"><code class="directive">ReadmeName</code></a> now treat <em>Filename</em> as a URI path relative to the one used to @@ -629,6 +633,10 @@ of the index listing</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.ht listing. <em>Filename</em> is the name of the file to include, and is taken to be relative to the location being indexed.</p> + <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><p align="center"><strong>Example</strong></p><code> + ReadmeName FOOTER.html + </code></td></tr></table></blockquote> + <p>See also <a href="#headername" class="directive"><code class="directive">HeaderName</code></a>, where this behavior is described in greater detail.</p> <hr/></blockquote><h3 align="center">Apache HTTP Server Version 2.0</h3><a href="./"><img src="../images/index.gif" alt="Index"/></a><a href="../"><img src="../images/home.gif" alt="Home"/></a></body></html>
\ No newline at end of file |