Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 46335 invoked by uid 500); 16 Sep 2002 05:20:42 -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 46319 invoked from network); 16 Sep 2002 05:20:42 -0000 Received: from unknown (HELO mail.profundis.se) (213.80.46.101) by daedalus.apache.org with SMTP; 16 Sep 2002 05:20:42 -0000 X-ITHouse-Forward-Path: Received: From PROFUNDIS01 by mail.profundis.se (IT House Mail Server [TRIAL - -169 days left]); Mon, 16 Sep 2002 07:20:37 +0200 Message-ID: <010101c25d40$ca34e730$662e50d5@profundis.se> Reply-To: "Robert Andersson" From: "Robert Andersson" To: References: <484A6CA492BE654395D208B1D8D5393972F655@SOMEXEVS001.ex.ordersx.org> Date: Mon, 16 Sep 2002 07:20:36 +0200 Organization: Profundis MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] override redirect Owen Boyle wrote: > Interesting question - you want to override a Redirect in a using .htaccess. > > My first guess is that it can't be done since apache will merge directives in and .htaccess to produce a single set of directives. Having one Redirect in the set will then cause it to be activated. Normally, the .htaccess file will override the where there is a conflict but since there is no "Redirect Off" directive, you can't switch it off. > Wouldn't it be possible to have a Redirect directive that redirect to the location it would be without the first Redirect? Like: # In httpd.conf Redirect / http://econtent.musclemagazine.com/index2.php?topic=powerclubhome # In .htaccess Redirect / / # ...or... (a bit rusty on Redirect syntax :) Redirect / http://www.mypowerclub.com/ Regards, Robert Andersson --------------------------------------------------------------------- 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