Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 20758 invoked from network); 28 Mar 2005 16:00:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Mar 2005 16:00:02 -0000 Received: (qmail 40851 invoked by uid 500); 28 Mar 2005 15:59:55 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 39921 invoked by uid 500); 28 Mar 2005 15:59:52 -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 39905 invoked by uid 99); 28 Mar 2005 15:59:52 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jslive@gmail.com designates 64.233.170.196 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.196) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 28 Mar 2005 07:59:51 -0800 Received: by rproxy.gmail.com with SMTP id c16so1390508rne for ; Mon, 28 Mar 2005 07:59:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=ngRVakJQiUyYHbmPlf8BvnPT3SH5Y89fyjQ2zYMauESMKhaHCqt5y5ne2EAJqPPVLNYyi05mtt8L7KRw5vCk71WJEyHhXHQnhFpQnf/iFmcsj5+FVH+9SKqGRCVS5h9NwHvQGFLzVfbXTI/C8CcTGlmIOkyNnJTI2gQaYHbzrD0= Received: by 10.38.74.18 with SMTP id w18mr2431613rna; Mon, 28 Mar 2005 07:57:24 -0800 (PST) Received: by 10.54.62.11 with HTTP; Mon, 28 Mar 2005 07:54:53 -0800 (PST) Message-ID: Date: Mon, 28 Mar 2005 10:54:53 -0500 From: Joshua Slive Reply-To: Joshua Slive To: users@httpd.apache.org In-Reply-To: <8dac2bea1b99654dc8f7801a9d45acfe@redry.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <8dac2bea1b99654dc8f7801a9d45acfe@redry.net> X-Virus-Checked: Checked Subject: Re: [users@httpd] mod_rewrite X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Fri, 25 Mar 2005 16:32:48 +0000, eoghan wrote: > Hello, > I have searched google and found some references and checked the docs > for mod_rewrite, but i was wondering if anyone has any links to some > good tutorials for mod_rewrite... something that explains it well with > examples etc. Not really. mod_rewrite is very powerful and flexible, and is used for many different purposes. Hence it is difficult to have a single, simple doc that explains everything. Most people learn it by starting with the examples: http://httpd.apache.org/docs-2.0/misc/rewriteguide.html and comparing them back to the reference docs http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html to see how they work. (Rich Bowen is currently working on a better set of docs for mod_rewrite at http://httpd.apache.org/docs-2.1/rewrite/ but they are still under heavy development.) Joshua. --------------------------------------------------------------------- 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