Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D6DDCED41 for ; Mon, 28 Jan 2013 13:55:48 +0000 (UTC) Received: (qmail 88567 invoked by uid 500); 28 Jan 2013 13:55:46 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 88303 invoked by uid 500); 28 Jan 2013 13:55:45 -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 88281 invoked by uid 99); 28 Jan 2013 13:55:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2013 13:55:45 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.20.83.52] (HELO gungnir.webthing.com) (209.20.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2013 13:55:38 +0000 Received: from baldur (169.224.125.91.dyn.plus.net [91.125.224.169]) by gungnir.webthing.com (Postfix) with ESMTPSA id 5C9491281C9 for ; Mon, 28 Jan 2013 13:55:17 +0000 (UTC) Date: Mon, 28 Jan 2013 13:55:11 +0000 From: Nick Kew To: users@httpd.apache.org Message-ID: <20130128135511.07b93375@baldur> In-Reply-To: <5106392A.5090606@cord.dk> References: <5106392A.5090606@cord.dk> X-Mailer: Claws Mail 3.7.4 (GTK+ 2.20.1; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Conflict between Alias, , and RewriteRule hides local directory from Apache httpd? On Mon, 28 Jan 2013 09:39:06 +0100 Daniel Gruno wrote: > Top posting, as this is a long email. > Please see: > http://httpd.apache.org/docs/current/rewrite/flags.html#flag_pt Disagree. This is a case of overcomplicating: there's no excuse to play with mod_rewrite, and it's not even clear that the use of alias isn't a sticking-plaster over a less-than-optimal arrangement of the filesystem. A pointer to DirectoryIndex (and perhaps FallbackResource) would seem more useful. Oh, and I'd be worrying about that mixing of cases introducing bugs. -- Nick Kew --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org