Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 22422 invoked from network); 16 Jun 2009 13:34:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jun 2009 13:34:39 -0000 Received: (qmail 34097 invoked by uid 500); 16 Jun 2009 13:34:47 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 34047 invoked by uid 500); 16 Jun 2009 13:34:47 -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 34038 invoked by uid 99); 16 Jun 2009 13:34:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 13:34:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mveitas@gmail.com designates 209.85.220.210 as permitted sender) Received: from [209.85.220.210] (HELO mail-fx0-f210.google.com) (209.85.220.210) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 13:34:38 +0000 Received: by fxm6 with SMTP id 6so4925112fxm.24 for ; Tue, 16 Jun 2009 06:34:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=oQETZNg2Lnu2zoVPlpnJwSC/2cVrAGKWIs4is3Kn+kc=; b=h6R9sQpttP+F8gHk9Ono3EFOPBsvbNOJVujmE8+FeekIKXZJzbC9ddVwokgKbivE31 f3hL3qgzyaVaOk3bvXg9dn8goUdykkKmVBMiO8wDdxL5bh5X/GfsVkAXCOadytazgZXJ nnM47xCdgL5yfWwG3RmdOu6773FGMFG5RhJ6U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=iLSdzkkZL/o8ZS57W1C2zZYT02sBozavXpV8Qcu/D0K659MrO3M3dek/J/ArB5VJZO ffEJASAwDWgvVXgtuJEsrkk1+Z8KFHGYcC/FV5nJIIfdeu5basecGj39sjBQixt89HnF HXIeWG2eFWqk9+6WeZG/7JbUrRxEuRSZUZB68= MIME-Version: 1.0 Received: by 10.223.115.12 with SMTP id g12mr5205358faq.92.1245159258193; Tue, 16 Jun 2009 06:34:18 -0700 (PDT) Reply-To: mveitas@gmail.com From: Matt Veitas Date: Tue, 16 Jun 2009 09:33:58 -0400 Message-ID: <2b9ff2a0906160633lda530e9k5412f13b43022e68@mail.gmail.com> To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] RewriteRule for case insensitive URL Hi I am attempting to create a rewrite rule for our application and am in need of some assistance. The application is found at the following URL: https://my.domain.com/FooBar We are looking to be able to catch all cases of the path /FooBar (fooBar, Foobar, foobar, FOOBAR) and have it redirect to the correct URL "/FooBar". I have the current rule in place but this causes a redirect loop: RewriteRule ^/foobar(.*) /FooBar$1 [NC,R] How can I avoid this redirect loop and still have the user be able to enter any combination of uppercase and lowercase letters in the URL? Thanks in advance, Matt Veitas --------------------------------------------------------------------- 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