Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 48510 invoked from network); 29 Apr 2005 17:06:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Apr 2005 17:06:28 -0000 Received: (qmail 89747 invoked by uid 500); 29 Apr 2005 17:07:15 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 89703 invoked by uid 500); 29 Apr 2005 17:07:15 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 89602 invoked by uid 99); 29 Apr 2005 17:07:14 -0000 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MSGID_FROM_MTA_HEADER,NORMAL_HTTP_TO_IP,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of antennex@hotmail.com designates 65.54.161.19 as permitted sender) Received: from bay106-f9.bay106.hotmail.com (HELO hotmail.com) (65.54.161.19) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 29 Apr 2005 10:07:14 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 29 Apr 2005 10:05:53 -0700 Message-ID: Received: from 65.54.161.206 by by106fd.bay106.hotmail.msn.com with HTTP; Fri, 29 Apr 2005 17:05:53 GMT X-Originating-IP: [65.54.161.206] X-Originating-Email: [antennex@hotmail.com] X-Sender: antennex@hotmail.com From: "Jack Stone" To: users@httpd.apache.org Bcc: Date: Fri, 29 Apr 2005 12:05:53 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 29 Apr 2005 17:05:53.0468 (UTC) FILETIME=[B39AD7C0:01C54CDD] X-Virus-Checked: Checked Subject: [users@httpd] Redirect Matching Question X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, I have this in my httpd.conf (apache-ver-1.3x on FBSD) RedirectMatch ^.*\.(dll|ida)*$ http://127.0.0.1/$1 I have been using the redirect above, but I've noticed it doesn't catch the numerous annoying requests below: "GET /default.ida?XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX%u9090%u6858%ucbd3%u7801%u9090%u6858%ucbd3%u7801%u9090%u6858%ucbd3%u7801%u9090%u9090%u8190%u00c3%u0003%u8b00%u531b%u53ff%u0078%u0000%u00=a HTTP/1.0" 302 639 "-" "-" How may I modify my Redirect to catch the above? I know it's just a matter of better regex, but I need to exercise care out of my ignorance. Thanks for any tips! _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ --------------------------------------------------------------------- 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