Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 91895 invoked from network); 10 Nov 2008 13:59:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2008 13:59:25 -0000 Received: (qmail 45177 invoked by uid 500); 10 Nov 2008 13:59:23 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 44981 invoked by uid 500); 10 Nov 2008 13:59:22 -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 44970 invoked by uid 99); 10 Nov 2008 13:59:22 -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:59:22 -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:58:04 +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:58:25 -0500 Message-ID: <26D3EA273309A746A7F98A6B3A974264026F342D@mercury.ex.msad.itec.suny.edu> In-Reply-To: <1404e5910811100555y3ac4a712iecc6f61b967a9043@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] Location/locationmatch on Windows install Thread-Index: AclDPA33Z8cB470pRJSlU0iIE3+ptgAABN3g 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> <26D3EA273309A746A7F98A6B3A974264026F342B@mercury.ex.msad.itec.suny.edu> <1404e5910811100555y3ac4a712iecc6f61b967a9043@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 It's not the rewrite I'm having the issue with. If I remove the locationmatch or location directives it rewrites perfectly fine. For whatever reason, I cannot get the locationmatch or location directives to "kick in" on a windows platform install. Any unix/linux platform install with the same exact code works perfectly fine. I will have to google pastebin as I have no idea what that is. Thanks again, and willing to try anything, Todd=20 -----Original Message----- From: Eric Covener [mailto:covener@gmail.com]=20 Sent: Monday, November 10, 2008 8:55 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Location/locationmatch on Windows install On Mon, Nov 10, 2008 at 8:42 AM, Randall, Todd wrote: > 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 > > I don't understand that, but does it confirm what you were thinking? > What should I change it to for a test? No -- I am surprised that it's testing against something that looks like an absolute filesystem path instead of a partial URL. To simplify, don't put your Rewrite directives inside any Location/Directory containers. Maybe you could pastebin the entire log? --=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