mod_autoindex.html.en revision 422185cd9dfebf3fb5abf263c529acacfce221cf
19d8729755d7f4d9503029a628dacbbdabcd2264wrowe<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe This file is generated from xml source: DO NOT EDIT
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<link href="/style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<link href="/images/favicon.ico" rel="shortcut icon" /></head>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<p class="menu"><a href="/mod/">Modules</a> | <a href="/mod/directives.html">Directives</a> | <a href="/faq/">FAQ</a> | <a href="/glossary.html">Glossary</a> | <a href="/sitemap.html">Sitemap</a></p>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<div class="up"><a href="./"><img title="<-" alt="<-" src="/images/left.gif" /></a></div>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.3</a> > <a href="./">Modules</a></div>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<div id="preamble"><h1>Apache Module mod_autoindex</h1>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<p><span>Available Languages: </span><a href="/en/mod/mod_autoindex.html" title="English"> en </a> |
19d8729755d7f4d9503029a628dacbbdabcd2264wrowe<a href="/fr/mod/mod_autoindex.html" hreflang="fr" rel="alternate" title="Fran�ais"> fr </a> |
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<a href="/ja/mod/mod_autoindex.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<a href="/ko/mod/mod_autoindex.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> |
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<a href="/tr/mod/mod_autoindex.html" hreflang="tr" rel="alternate" title="T�rk�e"> tr </a></p>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Generates directory indexes,
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe automatically, similar to the Unix <code>ls</code> command or the
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>autoindex_module</td></tr>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_autoindex.c</td></tr></table>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe <p>The index of a directory can come from one of two
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe sources:</p>
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe <li>A file written by the user, typically called
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe <code>index.html</code>. The <code class="directive"><a href="/mod/mod_dir.html#directoryindex">DirectoryIndex</a></code> directive sets the
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe name of this file. This is controlled by
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe <code class="module"><a href="/mod/mod_dir.html">mod_dir</a></code>.</li>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe <li>Otherwise, a listing generated by the server. The other
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe directives control the format of this listing. The <code class="directive"><a href="#addicon">AddIcon</a></code>, <code class="directive"><a href="#addiconbyencoding">AddIconByEncoding</a></code> and
4439ba95daf7b82794fe338726790e2dab89d119wrowe <code class="directive"><a href="#addiconbytype">AddIconByType</a></code> are
37ad54b8fd2611b7a4f2b269eec3d27ed784a25dwrowe used to set a list of icons to display for various file types;
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe for each file listed, the first icon listed that matches the
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe file is displayed. These are controlled by
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe <code class="module"><a href="/mod/mod_autoindex.html">mod_autoindex</a></code>.</li>
94b262d3639149df0b02642a9daa6db8bff58577wrowe <p>The two functions are separated so that you can completely
94b262d3639149df0b02642a9daa6db8bff58577wrowe remove (or replace) automatic index generation should you want
94b262d3639149df0b02642a9daa6db8bff58577wrowe <p>Automatic index generation is enabled with using
94b262d3639149df0b02642a9daa6db8bff58577wrowe <code class="directive"><a href="/mod/core.html#options">Options</a></code> directive for
94b262d3639149df0b02642a9daa6db8bff58577wrowe more details.</p>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe <p>If the <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code> option is given with the <code class="directive"><a href="#indexoptions">IndexOptions</a></code> directive,
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe the column headers are links that control the order of the
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe display. If you select a header link, the listing will be
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe regenerated, sorted by the values in that column. Selecting the
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe same header repeatedly toggles between ascending and descending
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe order. These column header links are suppressed with the
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe <code class="directive"><a href="#indexoptions">IndexOptions</a></code> directive's
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe <p>Note that when the display is sorted by "Size", it's the
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe <em>actual</em> size of the files that's used, not the
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe displayed value - so a 1010-byte file will always be displayed
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe before a 1011-byte file (if in ascending order) even though
5ac28f3fe2417368757f29cf381338357605fd52wrowe they both are shown as "1K".</p>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<div id="quickview"><h3 class="directives">Directives</h3>
4439ba95daf7b82794fe338726790e2dab89d119wrowe<li><img alt="" src="/images/down.gif" /> <a href="#addalt">AddAlt</a></li>
37ad54b8fd2611b7a4f2b269eec3d27ed784a25dwrowe<li><img alt="" src="/images/down.gif" /> <a href="#addaltbyencoding">AddAltByEncoding</a></li>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<li><img alt="" src="/images/down.gif" /> <a href="#addaltbytype">AddAltByType</a></li>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<li><img alt="" src="/images/down.gif" /> <a href="#adddescription">AddDescription</a></li>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<li><img alt="" src="/images/down.gif" /> <a href="#addicon">AddIcon</a></li>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<li><img alt="" src="/images/down.gif" /> <a href="#addiconbyencoding">AddIconByEncoding</a></li>
94b262d3639149df0b02642a9daa6db8bff58577wrowe<li><img alt="" src="/images/down.gif" /> <a href="#addiconbytype">AddIconByType</a></li>
94b262d3639149df0b02642a9daa6db8bff58577wrowe<li><img alt="" src="/images/down.gif" /> <a href="#defaulticon">DefaultIcon</a></li>
94b262d3639149df0b02642a9daa6db8bff58577wrowe<li><img alt="" src="/images/down.gif" /> <a href="#headername">HeaderName</a></li>
94b262d3639149df0b02642a9daa6db8bff58577wrowe<li><img alt="" src="/images/down.gif" /> <a href="#indexheadinsert">IndexHeadInsert</a></li>
94b262d3639149df0b02642a9daa6db8bff58577wrowe<li><img alt="" src="/images/down.gif" /> <a href="#indexignore">IndexIgnore</a></li>
94b262d3639149df0b02642a9daa6db8bff58577wrowe<li><img alt="" src="/images/down.gif" /> <a href="#indexoptions">IndexOptions</a></li>
94b262d3639149df0b02642a9daa6db8bff58577wrowe<li><img alt="" src="/images/down.gif" /> <a href="#indexorderdefault">IndexOrderDefault</a></li>
94b262d3639149df0b02642a9daa6db8bff58577wrowe<li><img alt="" src="/images/down.gif" /> <a href="#indexstylesheet">IndexStyleSheet</a></li>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<li><img alt="" src="/images/down.gif" /> <a href="#readmename">ReadmeName</a></li>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<li><img alt="" src="/images/down.gif" /> <a href="#query">Autoindex Request Query Arguments</a></li>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe<h2><a name="query" id="query">Autoindex Request Query Arguments</a></h2>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe <p>Apache HTTP Server 2.0.23 reorganized the Query Arguments for Column
990e1969a428b8844e07aad088df41340cd009d4wrowe Sorting, and introduced an entire group of new query options.
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe To effectively eliminate all client control over the output,
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe the <code><a href="#indexoptions.ignoreclient">IndexOptions
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe <p>The column sorting headers themselves are self-referencing
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe hyperlinks that add the sort query options shown below. Any
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe option below may be added to any request for the directory
990e1969a428b8844e07aad088df41340cd009d4wrowe resource.</p>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe <li><code>C=N</code> sorts the directory by file name</li>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe <li><code>C=M</code> sorts the directory by last-modified
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe date, then file name</li>
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe <li><code>C=S</code> sorts the directory by size, then file
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe <li class="separate"><code>C=D</code> sorts the directory by description, then
990e1969a428b8844e07aad088df41340cd009d4wrowe file name</li>
8c8173f49dd7122e10636b3d20ae841551bd0b43wrowe <li class="separate"><code>O=D</code> sorts the listing in Descending
e222f356e5328e9e4e91054ac080888d34ac5ea4wrowe <li><code>F=0</code> formats the listing as a simple list
<em>after</em> the usual <code class="directive"><a href="#indexignore">IndexIgnore</a></code> directives are processed,
<code class="module"><a href="/mod/mod_autoindex.html">mod_autoindex</a></code> will stop abruptly when an unrecognized
a header.html file, illustrates these query options. Note that
<div class="directive-section"><h2><a name="AddAlt" id="AddAlt">AddAlt</a> <a name="addalt" id="addalt">Directive</a></h2>
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Alternate text to display for a file, instead of an
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AddAlt <var>string</var> <var>file</var> [<var>file</var>] ...</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
display for a file, instead of an icon, for <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
<div class="directive-section"><h2><a name="AddAltByEncoding" id="AddAltByEncoding">AddAltByEncoding</a> <a name="addaltbyencoding" id="addaltbyencoding">Directive</a></h2>
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Alternate text to display for a file instead of an icon
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AddAltByEncoding <var>string</var> <var>MIME-encoding</var>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
text to display for a file, instead of an icon, for <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
<div class="directive-section"><h2><a name="AddAltByType" id="AddAltByType">AddAltByType</a> <a name="addaltbytype" id="addaltbytype">Directive</a></h2>
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Alternate text to display for a file, instead of an
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AddAltByType <var>string</var> <var>MIME-type</var>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
display for a file, instead of an icon, for <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
<div class="directive-section"><h2><a name="AddDescription" id="AddDescription">AddDescription</a> <a name="adddescription" id="adddescription">Directive</a></h2>
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Description to display for a file</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AddDescription <var>string file</var> [<var>file</var>] ...</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
more bytes are added by the <code><a href="#indexoptions.suppressicon">IndexOptions SuppressIcon</a></code> option, 7 bytes are
added by the <code><a href="#indexoptions.suppresssize">IndexOptions SuppressSize</a></code> option, and 19 bytes are
added by the <code><a href="#indexoptions.suppresslastmodified">IndexOptions SuppressLastModified</a></code> option.
<p>See the <a href="#indexoptions.descriptionwidth">DescriptionWidth</a> <code class="directive"><a href="#indexoptions">IndexOptions</a></code> keyword for details on overriding the size
<div class="directive-section"><h2><a name="AddIcon" id="AddIcon">AddIcon</a> <a name="addicon" id="addicon">Directive</a></h2>
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Icon to display for a file selected by name</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AddIcon <var>icon</var> <var>name</var> [<var>name</var>]
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
<var>name</var> for <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>. <var>Icon</var> is either a (%-escaped)
<div class="directive-section"><h2><a name="AddIconByEncoding" id="AddIconByEncoding">AddIconByEncoding</a> <a name="addiconbyencoding" id="addiconbyencoding">Directive</a></h2>
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Icon to display next to files selected by MIME
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AddIconByEncoding <var>icon</var> <var>MIME-encoding</var>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
<p>This sets the icon to display next to files with <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
<div class="directive-section"><h2><a name="AddIconByType" id="AddIconByType">AddIconByType</a> <a name="addiconbytype" id="addiconbytype">Directive</a></h2>
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Icon to display next to files selected by MIME
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AddIconByType <var>icon</var> <var>MIME-type</var>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
<div class="directive-section"><h2><a name="DefaultIcon" id="DefaultIcon">DefaultIcon</a> <a name="defaulticon" id="defaulticon">Directive</a></h2>
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Icon to display for files when no specific icon is
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>DefaultIcon <var>url-path</var></code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
to display for files when no specific icon is known, for <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
<div class="directive-section"><h2><a name="HeaderName" id="HeaderName">HeaderName</a> <a name="headername" id="headername">Directive</a></h2>
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Name of the file that will be inserted at the top
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>HeaderName <var>filename</var></code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
HeaderName HEADER.html
<p>Both HeaderName and <code class="directive"><a href="#readmename">ReadmeName</a></code> now treat
with a slash, it will be taken to be relative to the <code class="directive"><a href="/mod/core.html#documentroot">DocumentRoot</a></code>.</p>
<div class="directive-section"><h2><a name="IndexHeadInsert" id="IndexHeadInsert">IndexHeadInsert</a> <a name="indexheadinsert" id="indexheadinsert">Directive</a></h2>
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Inserts text in the HEAD section of an index page.</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>IndexHeadInsert <var>"markup ..."</var></code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
IndexHeadInsert "<link rel=\"sitemap\" href=\"/sitemap.html\">"
<div class="directive-section"><h2><a name="IndexIgnore" id="IndexIgnore">IndexIgnore</a> <a name="indexignore" id="indexignore">Directive</a></h2>
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Adds to the list of files to hide when listing
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>IndexIgnore <var>file</var> [<var>file</var>] ...</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
<div class="directive-section"><h2><a name="IndexOptions" id="IndexOptions">IndexOptions</a> <a name="indexoptions" id="indexoptions">Directive</a></h2>
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Various configuration settings for directory
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>IndexOptions [+|-]<var>option</var> [[+|-]<var>option</var>]
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
<dt><a name="indexoptions.charset" id="indexoptions.charset">Charset=<var>character-set</var></a> (<em>Apache HTTP Server 2.0.61 and
<dt><a name="indexoptions.descriptionwidth" id="indexoptions.descriptionwidth">DescriptionWidth=[<var>n</var> | *]</a> (<em>Apache HTTP Server 2.0.23 and
<code class="module"><a href="/mod/mod_autoindex.html">mod_autoindex</a></code> to calculate the best width.</dd>
<dd><strong>See the section on <code class="directive"><a href="#adddescription">AddDescription</a></code> for dangers
<dt><a name="indexoptions.foldersfirst" id="indexoptions.foldersfirst">FoldersFirst</a> (<em>Apache HTTP Server
only has an effect if <a href="#indexoptions.fancyindexing"><code>FancyIndexing</code></a> is also enabled.</strong></dd>
<dt><a name="indexoptions.iconheight" id="indexoptions.iconheight">IconHeight[=<var>pixels</var>]</a></dt>
<dt><a name="indexoptions.iconwidth" id="indexoptions.iconwidth">IconWidth[=<var>pixels</var>]</a></dt>
<dd>This option causes <code class="module"><a href="/mod/mod_autoindex.html">mod_autoindex</a></code> to ignore all
<dd><code>-NameWidth</code> (or unset) allows <code class="module"><a href="/mod/mod_autoindex.html">mod_autoindex</a></code> to calculate the best width, but only up
<dt><a name="indexoptions.suppresscolumnsorting" id="indexoptions.suppresscolumnsorting">SuppressColumnSorting</a></dt>
string.</strong> That behavior is now controlled by <a href="#indexoptions.ignoreclient"><code>IndexOptions
<dt><a name="indexoptions.suppressdescription" id="indexoptions.suppressdescription">SuppressDescription</a></dt>
space to use for something else. See <code class="directive"><a href="#adddescription">AddDescription</a></code> for information about setting the file
description. See also the <code><a href="#indexoptions.descriptionwidth">DescriptionWidth</a></code>
<dt><a name="indexoptions.suppresshtmlpreamble" id="indexoptions.suppresshtmlpreamble">SuppressHTMLPreamble</a></dt>
<dt><a name="indexoptions.suppressicon" id="indexoptions.suppressicon">SuppressIcon</a> (<em>Apache HTTP Server
<dt><a name="indexoptions.suppresslastmodified" id="indexoptions.suppresslastmodified">SuppressLastModified</a></dt>
<dt><a name="indexoptions.trackmodified" id="indexoptions.trackmodified">TrackModified</a> (<em>Apache HTTP Server
<dt><a name="indexoptions.type" id="indexoptions.type">Type=<var>MIME content-type</var></a> (<em>Apache HTTP Server 2.0.61 and
<dd>The <code>XHTML</code> keyword forces <code class="module"><a href="/mod/mod_autoindex.html">mod_autoindex</a></code>
<div class="directive-section"><h2><a name="IndexOrderDefault" id="IndexOrderDefault">IndexOrderDefault</a> <a name="indexorderdefault" id="indexorderdefault">Directive</a></h2>
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets the default ordering of the directory index</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>IndexOrderDefault Ascending|Descending
<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>IndexOrderDefault Ascending Name</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
in combination with the <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code> index option. By default, fancyindexed
particular order by combining this directive with the <code><a href="#indexoptions.suppresscolumnsorting">SuppressColumnSorting</a></code> index option; this will prevent
<div class="directive-section"><h2><a name="IndexStyleSheet" id="IndexStyleSheet">IndexStyleSheet</a> <a name="indexstylesheet" id="indexstylesheet">Directive</a></h2>
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Adds a CSS stylesheet to the directory index</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>IndexStyleSheet <var>url-path</var></code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
<div class="directive-section"><h2><a name="ReadmeName" id="ReadmeName">ReadmeName</a> <a name="readmename" id="readmename">Directive</a></h2>
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Name of the file that will be inserted at the end
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ReadmeName <var>filename</var></code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory, .htaccess</td></tr>
relative to the <code class="directive"><a href="/mod/core.html#documentroot">DocumentRoot</a></code>.
ReadmeName FOOTER.html
<p>See also <code class="directive"><a href="#headername">HeaderName</a></code>, where this behavior is described in greater
<p><span>Available Languages: </span><a href="/en/mod/mod_autoindex.html" title="English"> en </a> |
<a href="/fr/mod/mod_autoindex.html" hreflang="fr" rel="alternate" title="Fran�ais"> fr </a> |
<a href="/ja/mod/mod_autoindex.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
<a href="/ko/mod/mod_autoindex.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> |
<a href="/tr/mod/mod_autoindex.html" hreflang="tr" rel="alternate" title="T�rk�e"> tr </a></p>
<p class="apache">Copyright 2010 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="/mod/">Modules</a> | <a href="/mod/directives.html">Directives</a> | <a href="/faq/">FAQ</a> | <a href="/glossary.html">Glossary</a> | <a href="/sitemap.html">Sitemap</a></p></div>