Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 35674 invoked from network); 31 Aug 2008 18:53:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Aug 2008 18:53:37 -0000 Received: (qmail 57290 invoked by uid 500); 31 Aug 2008 18:53:24 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 57280 invoked by uid 500); 31 Aug 2008 18:53:24 -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 57269 invoked by uid 99); 31 Aug 2008 18:53:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Aug 2008 11:53:24 -0700 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: domain of kohan.massoud@gmail.com designates 74.125.78.144 as permitted sender) Received: from [74.125.78.144] (HELO ey-out-1920.google.com) (74.125.78.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Aug 2008 18:52:27 +0000 Received: by ey-out-1920.google.com with SMTP id 4so548951eyg.48 for ; Sun, 31 Aug 2008 11:52:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=0TZPe3JRN0NnsqCRx05aozO9DF8xaw6JRf07mWFBn0s=; b=egFYBfl5yXuPFkLRjNbDNZw/CyTTdCtpDZeGPjF7eiEpHoKM2pgN4eMHhSKRah9Ppn w4EX/o7D2U1UM6FbIgYqWC8YEWSgeh8mjGQV9f5WnsPw5/J0NejtmTXZ+dQmeuZ+RVgR pmt0msRcG/337SapXwcXmZFdN8jKkM8xpOBx0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=prW4rmLDbGeNJTISm/PsaRqLXAXAmPAvDL7G7eq51h5axk92k2tm495f2oAvJgGr9J mgPW7z5D+mjz992WlUVV0N142YTXm8Jn5FoHR8Hbopj7ohkf7erVQyzo4y93C7s1P73k 2JUL9+O7OeDAt/G8C5B9IU2egu376fMLrJ4oM= Received: by 10.210.24.7 with SMTP id 7mr5224215ebx.178.1220208759220; Sun, 31 Aug 2008 11:52:39 -0700 (PDT) Received: by 10.210.56.5 with HTTP; Sun, 31 Aug 2008 11:52:39 -0700 (PDT) Message-ID: <60f15f3e0808311152w38ac82dr636673e5c60e5412@mail.gmail.com> Date: Sun, 31 Aug 2008 11:52:39 -0700 From: kohanm To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] HTTPS requests redirect to HTTP Hi, In the httpd-ssl.conf file I have this RewitreRule and it works fine for the HTTPS requests: RewriteEngine On RewriteCond %{QUERY_STRING} ^(.*?)\.php&clue=([^&]+)$ RewriteRule ^/List/$ /List/%1\.php?clue=%2 [R] But I want that rule redirects to http. How can I write a rule that after applying these rules, redirect HTTPS to HTTP? I changed the last line to: RewriteRule ^/List/$ http://mydomain/List/%1\.php?clue=%2 [R] It did not work. Thanks. MK --------------------------------------------------------------------- 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