Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 14364 invoked from network); 19 Sep 2006 22:59:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Sep 2006 22:59:22 -0000 Received: (qmail 58828 invoked by uid 500); 19 Sep 2006 22:59:13 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 58607 invoked by uid 500); 19 Sep 2006 22:59:13 -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 58596 invoked by uid 99); 19 Sep 2006 22:59:13 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Sep 2006 15:59:13 -0700 X-ASF-Spam-Status: No, hits=0.2 required=5.0 tests=NO_REAL_NAME Received: from ([216.57.200.226:17109] helo=notes2.cob.org) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id E2/1E-28275-FE570154 for ; Tue, 19 Sep 2006 15:57:51 -0700 In-Reply-To: To: users@httpd.apache.org Message-ID: From: sniedermeyer@cob.org Date: Tue, 19 Sep 2006 15:56:50 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Subject: [users@httpd] Keywords and apache X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Can anyone point me to the best directive to use for keyword redirection. What we're looking to do is allow visitors to our site to type in say http://www.mydomain.com/keyword and have them be redirected to http://www.mydomain.com/keyword/ and then let Apache pick up the default file index.htm so that it results in the visitor be sent to http://www.mydomain.com/keyword/index.htm. Another example would be redirecting http://www.mdomain.com/keyword to http://www.mydomain.com/department/services/keyword/index.htm I tried the redirect directive but can't seem to get it to work. Here's what I tried: Redirect permanent /pw http://www.cob.org/pw/ Any help appreciated...I'll be sure to pay it forward. Thanks. ____________________________ Steven Niedermeyer Bellingham, WA --------------------------------------------------------------------- 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