Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 16132 invoked from network); 15 Oct 2007 00:57:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Oct 2007 00:57:39 -0000 Received: (qmail 52548 invoked by uid 500); 15 Oct 2007 00:57:17 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 52526 invoked by uid 500); 15 Oct 2007 00:57:17 -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 52515 invoked by uid 99); 15 Oct 2007 00:57:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Oct 2007 17:57:16 -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: local policy) Received: from [218.219.76.19] (HELO avgw2.ensure.ne.jp) (218.219.76.19) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 00:57:18 +0000 Received: from esmfilter (helo=esmfiler) by avgw2.ensure.ne.jp with local-smtp (Mail 4.63) id 1IhEFQ-0008Dk-K0 for users@httpd.apache.org; Mon, 15 Oct 2007 09:55:56 +0900 Received: from [61.202.247.69] (helo=imagecity.jp) by avgw2.ensure.ne.jp with smtp (Mail 4.63) id 1IhEFQ-0008Df-Cl for users@httpd.apache.org; Mon, 15 Oct 2007 09:55:56 +0900 Received: (qmail 17784 invoked from network); 15 Oct 2007 09:55:55 +0900 Received: from unknown (HELO ?172.16.252.204?) (61.202.247.66) by 172.16.2.69 with SMTP; 15 Oct 2007 09:55:55 +0900 Message-ID: <4712BA97.1000808@imagecity.jp> Date: Mon, 15 Oct 2007 09:55:51 +0900 From: ImageCity/Hirotsuna Mizuno Organization: IMAGECITY Corp. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: users@httpd.apache.org Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAAK/INwWK6QAAABl0 RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf////9mANj9K7IAAAGGSURB VHjaYmAgEQAEEMkIIIBwIEZGXHIAAYRVMQjgkgUIIKI1wEQAAogEDRAhgADCqYERhxBAAOHWwIjC gQsBBBB2DRB1aKohGgACCEeYYlEFZQEEEJSD313I6gECCFcIYDgBxgEIIJgkqho8TgYIIMyQQPYB FsUAAYRFPf5QAQggXBrgDkUHAAGEER74NID4AAGE6UVMDTAWmAIIICRFODSghAUDA0AAYcYdmgZ0 rwEEEO7EitCGogEggHCHAXKMIJkDEEBYNTCgakBxKkAA4dWAFFRwiwECCL8GtMAD0QABRLQGGAAI IIIa0OUBAohw0kUDAAFEKC1iSAMEEMkaAAIIjwbsXgYIIOzqGXDrAAggfCkJq6MAAgiPFxiwqgcI IBxOYsCpASCASA4lgADCUlLhdxBAAKEVqYQ1AAQQTg24XAQQQOilPCL54YgFgADCUvwi05jKAAII W62E10UAAUSyBoAAIlkDQABhRDH+HM/AABBAeOoY7OoBAohkBBBAJCOAAAMAWMsC22B+chYAAAAA SUVORK5CYII= X-Face: $xzQS3XQKqA'DkuZ2k#k[D/mOC/AGKsVC/TJTM\3"@uh9pW|h(NA;ohT`.C['>j$t>qv+zKkq14sa&qtujb6V/;b>xC?nGD8hbi`(=0wtr3vH_mtZ#G-VItR2&tQI\_,?.~{5}G+p Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] http to https redirection with an exception Hi, all. I'm currently using the RedirectMatch(mod_alias) directive to redirect all HTTP requests to corresponding HTTPs urls. My current httpd.conf is like this: ________________________________________________________________ RedirectMatch permanent '^(/.*)$' 'https://www.example.com$1' ________________________________________________________________ This works fine, and redirects all HTTP requests without exception. In addition to this, there is a new condition. I'm trying to redirect all requests except "/robots.txt", but I can't find way to do this. Is there any good way to do this? Thanks. Best regards, -- Hirotsuna Mizuno --------------------------------------------------------------------- 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