X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 0F22C3A5E8C for ; Mon, 6 Dec 2004 08:41:29 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 42548-04 for ; Mon, 6 Dec 2004 08:41:23 +0000 (GMT) Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by svr1.postgresql.org (Postfix) with ESMTP id 254683A2307 for ; Mon, 6 Dec 2004 08:41:24 +0000 (GMT) Received: from mailgate.vale-housing.co.uk ([194.217.48.34] helo=ratbert.vale-housing.co.uk) by anchor-post-32.mail.demon.net with esmtp (Exim 4.42) id 1CbEQt-000ILw-9e for pgsql-www@postgresql.org; Mon, 06 Dec 2004 08:41:24 +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.5.7226.0 Subject: Re: New website mirroring Date: Mon, 6 Dec 2004 08:41:23 -0000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] New website mirroring Thread-Index: AcTbHNYZ9DW3irHHRCWuQ7EaSzGZQgAUn7Ig From: "Dave Page" To: "Alexey Borzov" Cc: X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.008 tagged_above=0 required=5 tests=AWL X-Spam-Level: X-Archive-Number: 200412/85 X-Sequence-Number: 6204 =20 > -----Original Message----- > From: Alexey Borzov [mailto:borz_off@cs.msu.su]=20 > Sent: 05 December 2004 22:49 > To: Dave Page > Cc: pgsql-www@postgresql.org > Subject: Re: [pgsql-www] New website mirroring >=20 > Hi, >=20 > Dave Page wrote: > > The new website is now setup on wwwmaster.postgresql.org, which is=20 > > generating static html hourly. To test mirroring it is now rsynced=20 > > from there to wwwdevel.postgresql.org where it is served as=20 > static HTML. > >=20 > > The first problem I've noticed is files such as news.204.html, the=20 > > links for which are failing because they point to news.204. Any=20 > > thoughts on the best fix for that Alexey? >=20 > You should use Apache directive > Options MultiViews > for the static mirror. We should prepare a .htaccess file=20 > with that and copy it to static mirror, probably. Ahh, thanks. Done. Regards, Dave.