Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 14013 invoked from network); 4 Oct 2004 10:06:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Oct 2004 10:06:10 -0000 Received: (qmail 41876 invoked by uid 500); 4 Oct 2004 10:05:51 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 41796 invoked by uid 500); 4 Oct 2004 10:05:50 -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 41777 invoked by uid 99); 4 Oct 2004 10:05:49 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [203.101.113.37] (HELO wip-ectls-mx1.wipro.com) (203.101.113.37) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 04 Oct 2004 03:05:48 -0700 Received: from wip-ectls-mx1.wipro.com (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with ESMTP id C418B22004F for ; Mon, 4 Oct 2004 15:35:42 +0530 (IST) Received: from blr-ec-bh2.wipro.com (blr-ec-bh2.wipro.com [10.200.50.92]) by wip-ectls-mx1.wipro.com (Postfix) with ESMTP id B87F6220003 for ; Mon, 4 Oct 2004 15:35:42 +0530 (IST) Received: from blr-ec-msg01.wipro.com ([10.200.50.99]) by blr-ec-bh2.wipro.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 4 Oct 2004 15:35:43 +0530 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 4 Oct 2004 15:35:42 +0530 Message-ID: <3C48D0DE93819942B475859DCF1B19C901627B66@blr-ec-msg01.wipro.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] Redirect URL Thread-Index: AcSp8ubRDOCfmPIRRn+w2T9sLezlTQABkQyw From: To: X-OriginalArrivalTime: 04 Oct 2004 10:05:43.0259 (UTC) FILETIME=[B5A3FAB0:01C4A9F9] X-Virus-Checked: Checked Subject: RE: [users@httpd] Redirect URL X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I am having a directory setting which redirects all the request to the corresponding URL mentioned in the REDIRECT directive. E.g. Redirect "/basic/" "http://example.com/proxy/" In this case if I access /basic the final URL that I obtain is http://example.com/proxy/. I want to maintain all the URL's that are Redirected. Although with this setting in httpd.conf the functionality works I am not able to get the Target URL (http://example.com/proxy/) from the request record. Although my code returns HTTP_OK it seems in http_config the return type get changed to 302 and hence the redirection happens. Can any one tell me how do I obtain the target URL. Any help would be highly appreciated. Thanks in advance. shiva Confidentiality Notice=0D The information contained in this electronic message and any attachments to= this message are intended for the exclusive use of the addressee(s) and may contain confidential or= privileged information. If you are not the intended recipient, please notify the sender at Wipro or= Mailadmin@wipro.com immediately and destroy all copies of this message and any attachments. --------------------------------------------------------------------- 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