apache an display order/prefrence of directories to files

Mel fbsd.questions at rachie.is-a-geek.net
Mon Feb 23 23:10:21 PST 2009


On Thursday 19 February 2009 21:55:19 Warren Liddell wrote:
> I have a lot of various files in a dir i share to a few relatives an
> friends and i want Directories shown first in Alphabetical order, then
> files .. is there a way to specify this in apache ?
>
> Im running Apache 1.3.41 on FreeBSD 7.1-STABLE KDE4.2

http://httpd.apache.org/docs/1.3/mod/mod_autoindex.html#indexorderdefault
http://httpd.apache.org/docs/1.3/mod/mod_autoindex.html#indexoptions

In short:
<Directory /foo/bar/baz>
	Options +Indexes
	IndexOptions FancyIndexing FoldersFirst
	IndexOrderDefault Ascending Name
</Directory>
-- 
Mel

Problem with today's modular software: they start with the modules
    and never get to the software part.


More information about the freebsd-questions mailing list