Commit 1e46dec6 authored by Richard Bowen's avatar Richard Bowen
Browse files

Examples for HeaderName, ReadmeName


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95629 13f79535-47bb-0310-9956-ffa450edef68
parent d1141a05
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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
+8 −0
Original line number Diff line number Diff line
@@ -407,6 +407,10 @@ of the index listing</description>
    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>

<example><title>Example</title>
HeaderName HEADER.html
</example>

<note>
      <p>Both HeaderName and <directive
      module="mod_autoindex">ReadmeName</directive> now treat
@@ -834,6 +838,10 @@ of the index listing</description>
    listing. <em>Filename</em> is the name of the file to include, and
    is taken to be relative to the location being indexed.</p>

    <example><title>Example</title>
    ReadmeName FOOTER.html
    </example>

    <p>See also <directive
    module="mod_autoindex">HeaderName</directive>, where this behavior
    is described in greater detail.</p>