Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 37120 invoked from network); 13 Jan 2006 10:01:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jan 2006 10:01:52 -0000 Received: (qmail 80492 invoked by uid 500); 13 Jan 2006 10:01:07 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 79798 invoked by uid 500); 13 Jan 2006 10:01:03 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 79592 invoked by uid 99); 13 Jan 2006 10:01:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 02:01:00 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [146.109.240.107] (HELO ns0a.swx.com) (146.109.240.107) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 01:43:47 -0800 Received: from gate0a.unix.swx.ch (gate0a [192.168.252.17]) by ns0a.swx.com (8.13.4/8.13.4) with ESMTP id k0D9hNK7027259 for ; Fri, 13 Jan 2006 10:43:23 +0100 (MET) Received: from CIWMEXZSA0E.ex.ordersx.org (localhost [127.0.0.1]) by gate0a.unix.swx.ch (8.13.4/8.13.4) with ESMTP id k0D9hNuq022069 for ; Fri, 13 Jan 2006 10:43:23 +0100 (MET) Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 Importance: normal Date: Fri, 13 Jan 2006 10:43:22 +0100 Priority: normal Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] Meaninf of [L] thread-index: AcYYJFXHf9gURA1QTLqj7dmKyE9bHgAAKcpA From: "Boyle Owen" To: X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] Meaninf of [L] X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Plain text please... Things inside square brackets on a RewriteRule or RewriteCond are = "flags" - they modify the way the Cond or Rule is applied. See = http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html and look for = "flags" for more details. To answer your specific questions, [OR] performs a logical-OR of two or = more RewriteConds, eg RewriteCond cond_1 [OR] RewriteCond cond_2 RewriteRule patt_1 patt_2 means apply the rule if cond_1 OR cond_2 is true. [L] means "last". That is, if you hit this rule, make the rewrite and = stop processing any further rewrites for this request. It is a way of = jumping out of a series of rules (like "break" in C, or "last" in perl). Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. =20 -----Original Message----- From: senthil kumar [mailto:bsenthil@gmail.com] Sent: Freitag, 13. Januar 2006 10:32 To: users@httpd.apache.org Subject: [users@httpd] Meaninf of [L] RewriteCond %{REMOTE_HOST} ^host1.* [OR]iteRule ^/$ = /homepage.max.html [L]Please suggest the meaning of [OR] ? [L] ? on = rewrite rule =20 =20 This message is for the named person's use only. It may contain = confidential, proprietary or legally privileged information. No = confidentiality or privilege is waived or lost by any mistransmission. = If you receive this message in error, please notify the sender urgently = and then immediately delete the message and any copies of it from your = system. Please also immediately destroy any hardcopies of the message. = You must not, directly or indirectly, use, disclose, distribute, print, = or copy any part of this message if you are not the intended recipient. = The sender's company reserves the right to monitor all e-mail = communications through their networks. Any views expressed in this = message are those of the individual sender, except where the message = states otherwise and the sender is authorised to state them to be the = views of the sender's company. --------------------------------------------------------------------- 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