Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 40910 invoked from network); 18 Jun 2007 15:50:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jun 2007 15:50:43 -0000 Received: (qmail 25865 invoked by uid 500); 18 Jun 2007 15:50:21 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 25849 invoked by uid 500); 18 Jun 2007 15:50:21 -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 25835 invoked by uid 99); 18 Jun 2007 15:50:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 08:50:20 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of kenrbnsn@gmail.com designates 64.233.162.235 as permitted sender) Received: from [64.233.162.235] (HELO nz-out-0506.google.com) (64.233.162.235) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 08:50:15 -0700 Received: by nz-out-0506.google.com with SMTP id v1so1288059nzb for ; Mon, 18 Jun 2007 08:49:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ND18N3XA9p42702cLrTgwr41hU9N8OyeHahynhoWt2pczq9OjLSW7UrlOD5VtLG3Vtof+tb2AUbc4aXXrQ9AyilGxBpkUZAc3pK2lOZ2mq9u/MgaSiz4VBua3Styy/8p+HwysRzQQVTxdBcyKrhypgUj5equ3hcJX5KNSst5ARw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gNsCO18jmpxWbeHF9+IzqSnqTOqjwNUAQr0/QzV+L3Ix8ysNmTKuIcfw6x2JVVM6YpBTPTZ7sxGGNi2ToH2JDnmT/b0ETq5w690936nU/0SapxJoeYxsZRsSTEK6qZOo22kk5Lf6CF3wznEym+tqg3R/hlhn1BIjxiupXapDBjE= Received: by 10.143.15.14 with SMTP id s14mr300208wfi.1182181794772; Mon, 18 Jun 2007 08:49:54 -0700 (PDT) Received: by 10.143.41.6 with HTTP; Mon, 18 Jun 2007 08:49:54 -0700 (PDT) Message-ID: <7dd80f60706180849q3ac40e49l896c9dbac888ba29@mail.gmail.com> Date: Mon, 18 Jun 2007 11:49:54 -0400 From: "Ken Robinson" To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Redirect of http to https going into an infinite loop I'm trying to help my boss solve his rewrite problem. He's trying the following code in the config file, but the results are an infinite loop of rewrites: ServerName virtual1 Port 80 ServerAdmin rakhtar@tangible-tech.com Options +FollowSymLinks RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^/(.*)$ https://virtual1/$1 [L,R] Is there any way of making this work without specifying a different target host? Thanks in advance. Ken --------------------------------------------------------------------- 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