X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (neptune.hub.org [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id CF291D1DA98 for ; Fri, 16 Jan 2004 08:19:09 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 74389-08 for ; Fri, 16 Jan 2004 04:18:40 -0400 (AST) Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by svr1.postgresql.org (Postfix) with ESMTP id 16E9FD1B4A1 for ; Fri, 16 Jan 2004 04:18:39 -0400 (AST) Received: from mailgate.vale-housing.co.uk ([80.176.1.146] helo=salem.vale-housing.co.uk) by anchor-post-30.mail.demon.net with esmtp (Exim 3.35 #1) id 1AhPBg-000K8l-0U; Fri, 16 Jan 2004 08:18:40 +0000 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Subject: Re: Todo for 'portal', programmers perspective Date: Fri, 16 Jan 2004 08:18:39 -0000 Message-ID: <03AF4E498C591348A42FC93DEA9661B87204A2@mail.vale-housing.co.uk> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] Todo for 'portal', programmers perspective Thread-Index: AcPb8n5ZUhnaSmZVTTavf9wshY0UdgAFp79Q From: "Dave Page" To: "Jeroen Ruigrok/asmodai" , "Peter Eisentraut" Cc: "Alexey Borzov" , X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200401/129 X-Sequence-Number: 3368 =20 > -----Original Message----- > From: Jeroen Ruigrok/asmodai [mailto:asmodai@wxs.nl]=20 > Sent: 16 January 2004 05:33 > To: Peter Eisentraut > Cc: Dave Page; Alexey Borzov; pgsql-www@postgresql.org > Subject: Re: [pgsql-www] Todo for 'portal', programmers perspective >=20 > -On [20040116 00:03], Peter Eisentraut (peter_e@gmx.net) wrote: > >In fact I would propose, for a future iteration perhaps, to put each=20 > >file in a separate directory and name them index.lang.{html,php} and=20 > >only publish the directory based URLs. Compare the links at >=20 > For the one configuring the httpd.conf, using Peter's=20 > suggestion, make sure to have: >=20 > DirectoryIndex index >=20 > since it needs to match: index + .lang + .extension Hmm, that will cause pain. Currently we rely on the line: DirectoryIndex index.html index.php The extensions (and their order) are part of the way the whole system works. Regards, Dave.