Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10684 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53569 invoked by uid 1010); 21 Jun 2004 13:44:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53429 invoked from network); 21 Jun 2004 13:44:20 -0000 Received: from unknown (HELO vadangyal.vnet.hu) (213.163.59.4) by pb1.pair.com with SMTP; 21 Jun 2004 13:44:20 -0000 Received: from hojtsy.hu (62-77-248-204.vnet.hu [62.77.248.204]) by mail.vnet.hu (iPlanet Messaging Server 5.1 Patch 1 (built Jun 6 2002)) with ESMTPA id <0HZN008AOVHVN1@mail.vnet.hu> for internals@lists.php.net; Mon, 21 Jun 2004 15:44:19 +0200 (CEST) Date: Mon, 21 Jun 2004 15:49:43 +0200 In-reply-to: To: Derick Rethans Cc: PHP Developers Mailing List , systems@php.net Message-ID: <40D6E777.6020506@hojtsy.hu> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: hu, en-us User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040229 References: <40D6E426.2050301@hojtsy.hu> Subject: Re: news.php.net rewrite rules From: gabor@hojtsy.hu (Gabor Hojtsy) >>>I just added a rewrite rule to the http://news.php.net site which makes: >>>http://news.php.net// into: >>>http://news.php.net/article.php?group=&article= >>> >>>which gives much nicer URLs, like: >>>http://news.php.net/php.internals/9828 >> >>Should I update the code to emit these kind of URLs? I have not seen you >>doing it... > > I'm not sure how to. I think it involves changing the news grabbing code > and that's part of columbus. cvs.php.net/php-master-web has the code (index.php, group.php, etc). These print out the links. Goba