Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 542 invoked from network); 10 Jun 2010 11:05:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Jun 2010 11:05:07 -0000 Received: (qmail 39694 invoked by uid 500); 10 Jun 2010 11:05:04 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 39597 invoked by uid 500); 10 Jun 2010 11:05:04 -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 39589 invoked by uid 99); 10 Jun 2010 11:05:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 11:05:04 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vw0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 11:04:59 +0000 Received: by vws12 with SMTP id 12so109787vws.18 for ; Thu, 10 Jun 2010 04:04:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=8g4f6NLsuko5520Qyzl4hHTVF71aTMtU8u1jhSohZdo=; b=HsZCYYVZxW4nDBMe7Xu3RwkSHTXjttrukKi36z/iL+t8K0HnKm74jBtFKjvHz9gd81 Zur+lSlc9II/lVd0o1T9XxM1nyQhJ/krjmizLTKIRyLgzrCLyLvG+PCaosjjIx3o45u3 WZR2MlRDqR4Ljxp7ShgAOzkx2fbGQSVCYdJBM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=PNKaNHrmK22qYnUvPzLK09NI0zoSDCMFTSGjWQM2wE+Al/gXdsLeISZKxu2B2ItZEi +FyyT0sI9pYsfeGg4liaGSvq4fLeHdp4CagXAz5z8T5YBx2+OzpSaJ+ioymHK9awZQ+m jTKSeKn/kz61ZBo+mJQruZ1g6aO5vuz+d4ypo= MIME-Version: 1.0 Received: by 10.224.41.14 with SMTP id m14mr2985002qae.336.1276167877719; Thu, 10 Jun 2010 04:04:37 -0700 (PDT) Received: by 10.229.232.143 with HTTP; Thu, 10 Jun 2010 04:04:37 -0700 (PDT) In-Reply-To: References: Date: Thu, 10 Jun 2010 07:04:37 -0400 Message-ID: From: Eric Covener To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [users@httpd] rewrite rule for mingle > =A0 > =A0 =A0 =A0 =A0 ReWriteEngine on > =A0 =A0 =A0 =A0 ReWriteRule /application/(.*) - [L] > =A0 =A0 =A0 =A0 RewriteRule ^/(.*) http://site1.mydomain.com:8080/$1 [P,L= ] > =A0 =A0 > > /application gives a login screen after some one logs in /application > is not present on the URL of client browser > only http://site1.mydomain.com is present. > What is the problem in above ReWriteRule. > Try adding the R flag on the first RewriteRule. --=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