Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 44237 invoked from network); 5 Dec 2003 08:38:31 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Dec 2003 08:38:31 -0000 Received: (qmail 2645 invoked by uid 500); 5 Dec 2003 08:37:55 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 2633 invoked by uid 500); 5 Dec 2003 08:37:55 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 2619 invoked from network); 5 Dec 2003 08:37:54 -0000 Received: from unknown (HELO mail.profundis.se) (213.80.46.101) by daedalus.apache.org with SMTP; 5 Dec 2003 08:37:54 -0000 X-ITHouse-Forward-Path: Received: From PROFUNDIS01 by mail.profundis.se (IT House Mail Server [TRIAL - 120 days left]); Fri, 5 Dec 2003 09:38:04 +0100 Message-ID: <28e001c3bb0b$19594120$652e50d5@profundis.se> Reply-To: "Robert Andersson" From: "Robert Andersson" To: References: Date: Fri, 5 Dec 2003 09:38:03 +0100 Organization: Profundis MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] Default home page other than index.html X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Steve Smith wrote: > > b) is the DirectoryIndex directive placed in the correct context, so > > it applies to the directory in question? > > It was placed in the context by the GUI configuration tool. Then check that there isn't a more specific DirectoryIndex directive overriding it. In a case like this: DirectoryIndex a.html b.shtml DocumentRoot /path/to/somewhere DirectoryIndex index.html The last DirectoryIndex would apply to the doc root of the virtual host, because it is more specific. I would suggest putting the GUI tool in the trash can, and edit the configuration by hand, and specify the directive in the doc root's block instead, which is generally a better idea. Regards, Robert Andersson --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org