Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10691 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37390 invoked by uid 1010); 21 Jun 2004 14:29:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 37303 invoked from network); 21 Jun 2004 14:29:31 -0000 Received: from unknown (HELO vadangyal.vnet.hu) (213.163.59.4) by pb1.pair.com with SMTP; 21 Jun 2004 14:29:31 -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 <0HZN00BR6XBUDH@mail.vnet.hu> for internals@lists.php.net; Mon, 21 Jun 2004 16:23:55 +0200 (CEST) Date: Mon, 21 Jun 2004 16:29:20 +0200 In-reply-to: To: Derick Rethans Cc: PHP Developers Mailing List , systems@php.net Message-ID: <40D6F0C0.9080607@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> <40D6E777.6020506@hojtsy.hu> <40D6E7C5.7000207@hojtsy.hu> <40D6EDEE.7050200@hojtsy.hu> Subject: Re: [PHP-DEV] Re: news.php.net rewrite rules From: gabor@hojtsy.hu (Gabor Hojtsy) >>>>>cvs.php.net/php-master-web has the code (index.php, group.php, etc). >>>>>These print out the links. >>>> >>>>Uhm, ehm, php-news-web >>> >>>I see. Well, go ahead i'd say ;-) >> >>Could you please make the rewrite work without the post number (ie. only >>the group name: http://news.php.net/php.internals) to map to the gruop >>post list. It does not seem to work now. > > How should we do the prev and next for post listings with short urls? Currently the code passes over a post number from which the page lists the 20 next entries. So it can be something like //page/ or similar... Goba