From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 07:10:21 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6831B1065670 for ; Tue, 24 Feb 2009 07:10:21 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3ABE68FC19 for ; Tue, 24 Feb 2009 07:10:21 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.lan.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 91701AFC1FF; Mon, 23 Feb 2009 22:10:20 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 23 Feb 2009 22:10:20 -0900 User-Agent: KMail/1.9.10 References: <499E53D7.7030003@maydias.com> In-Reply-To: <499E53D7.7030003@maydias.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902232210.20308.fbsd.questions@rachie.is-a-geek.net> Cc: Warren Liddell Subject: Re: apache an display order/prefrence of directories to files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2009 07:10:21 -0000 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: Options +Indexes IndexOptions FancyIndexing FoldersFirst IndexOrderDefault Ascending Name -- Mel Problem with today's modular software: they start with the modules and never get to the software part.