Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 28358 invoked from network); 15 Jan 2010 17:25:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jan 2010 17:25:11 -0000 Received: (qmail 42194 invoked by uid 500); 15 Jan 2010 17:25:08 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 42153 invoked by uid 500); 15 Jan 2010 17:25:08 -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 42143 invoked by uid 99); 15 Jan 2010 17:25:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 17:25:08 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of schoenb@cae.com designates 142.39.200.100 as permitted sender) Received: from [142.39.200.100] (HELO mail3.cae.ca) (142.39.200.100) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 17:24:58 +0000 Received: from mail3.cae.ca (localhost [127.0.0.1]) Received: from caeims02.caecorp.cae.com (caeims02.cae.ca [142.39.249.238]) Fri, 15 Jan 2010 12:23:39 -0500 (EST) Received: from caemex01.caecorp.cae.com ([142.39.21.52]) by caeims02.caecorp.cae.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 15 Jan 2010 12:23:38 -0500 Received: from caehub01.caecorp.cae.com ([142.39.21.50]) by caemex01.caecorp.cae.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 15 Jan 2010 12:23:38 -0500 Received: from CAEMEX80.caecorp.cae.com ([142.39.19.23]) by caehub01.caecorp.cae.com ([142.39.21.50]) with mapi; Fri, 15 Jan 2010 12:23:38 -0500 From: Oliver Schoenborn To: "users@httpd.apache.org" , "thomas.preudhomme@celest.fr" Date: Fri, 15 Jan 2010 12:23:32 -0500 Thread-Topic: [users@httpd] RewriteRule and VirtualDocumentRoot: How do they interract ? Thread-Index: AcqVTrBWX1Cvy+NxQHyr3PMq/8fvuQAuHZdA Message-ID: References: <201001141945.50083.thomas.preudhomme@celest.fr> <1404e5911001141053g64e2cd57r96e9fa1747c9b479@mail.gmail.com> <201001142018.38200.thomas.preudhomme@celest.fr> In-Reply-To: <201001142018.38200.thomas.preudhomme@celest.fr> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 15 Jan 2010 17:23:38.0203 (UTC) FILETIME=[799202B0:01CA9607] Subject: RE: [users@httpd] RewriteRule and VirtualDocumentRoot: How do they interract ? > From the doc : >=20 >=20 > This flag is just a hack to enable post-processing of the output of > RewriteRule directives, using Alias, ScriptAlias, Redirect, and other > directives from various URI-to-filename translators >=20 > If I understand well (correct me if I'm wrong), after RewriteRule has > applied, the result is understood as a file path, that's why others > directives (such as Alias, Redirect and so on) don't apply on the > result. But why is the DocumentRoot prepended to the result, is it > because it's in the core apache and not a module ? The rewriterule transforms a URI into a new URI.=20 --------------------------------------------------------------------- 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