Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 84649 invoked from network); 10 Nov 2008 13:43:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2008 13:43:44 -0000 Received: (qmail 15405 invoked by uid 500); 10 Nov 2008 13:43:41 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 15395 invoked by uid 500); 10 Nov 2008 13:43:41 -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 15384 invoked by uid 99); 10 Nov 2008 13:43:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 05:43:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [136.223.16.45] (HELO mercury.ex.msad.itec.suny.edu) (136.223.16.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 13:42:19 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Mon, 10 Nov 2008 08:42:40 -0500 Message-ID: <26D3EA273309A746A7F98A6B3A974264026F342B@mercury.ex.msad.itec.suny.edu> In-Reply-To: <1404e5910811100531w2a3754fajc1f33c04d199867@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] Location/locationmatch on Windows install Thread-Index: AclDOOYfiQpOY7W5T7qG7h5vBPTxbwAAQ5Dg References: <26D3EA273309A746A7F98A6B3A974264026F33DE@mercury.ex.msad.itec.suny.edu> <1226072804.38506.12.camel@localhost> <26D3EA273309A746A7F98A6B3A974264026F33FB@mercury.ex.msad.itec.suny.edu> <49149B86.9070609@ice-sa.com> <26D3EA273309A746A7F98A6B3A974264026F3429@mercury.ex.msad.itec.suny.edu> <1404e5910811100531w2a3754fajc1f33c04d199867@mail.gmail.com> From: "Randall, Todd" To: X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] Location/locationmatch on Windows install Ok, I added RewriteLog and RewriteLogLevel 9 and have a rewrite log now. When I hit that URL I get: (3) [per-dir /htdocs/] applying pattern '^/(.*)$' to uri 'd:/oas10gr2/apache/apache/htdocs//testfororacle/index.html' (1) [per-dir /htdocs/] pass through d:/oas10gr2/apache/apache/htdocs//testfororacle/index.html=20 I don't understand that, but does it confirm what you were thinking? What should I change it to for a test? Todd -----Original Message----- From: Eric Covener [mailto:covener@gmail.com]=20 Sent: Monday, November 10, 2008 8:32 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Location/locationmatch on Windows install On Mon, Nov 10, 2008 at 8:14 AM, Randall, Todd wrote: > Thanks Andre, > > I'm all for trying anything at this point, no matter how far of a long shot it is. > > Here was my latest test: > > > ServerName yippidy.doodaa.com > DocumentRoot "D:/oas10gR2/Apache/Apache/htdocs/testfororacle" > DirectoryIndex index.htm > Alias /htdocs D:/oas10gR2/Apache/Apache/htdocs/ > > > order deny,allow > allow from all > RewriteEngine On > RewriteRule ^/(.*)$ http://yippidy.doodaa.com/index.html.en [L,R] > > > > > I then tried going to the url http://yippidy.doodaa.com/htdocs/testfororacle/index.html hoping it would rewrite to http://yippidy.doodaa.com/index.html.en, but alas, it did not :-( Doesn't "^/" always fail to match when used inside Location/Directory just like in htaccess? See RewriteLog. --=20 Eric Covener covener@gmail.com --------------------------------------------------------------------- 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 --------------------------------------------------------------------- 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