Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 53997 invoked from network); 17 Mar 2007 00:40:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Mar 2007 00:40:43 -0000 Received: (qmail 53410 invoked by uid 500); 17 Mar 2007 00:40:39 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 53389 invoked by uid 500); 17 Mar 2007 00:40:39 -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 53378 invoked by uid 99); 17 Mar 2007 00:40:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2007 17:40:39 -0700 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of apache-users@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2007 17:40:27 -0700 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1HSMxm-0003dn-I3 for users@httpd.apache.org; Sat, 17 Mar 2007 01:40:02 +0100 Received: from 200.152.8.146.sjc.directnet.com.br ([200.152.8.146]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Mar 2007 01:40:02 +0100 Received: from julio by 200.152.8.146.sjc.directnet.com.br with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Mar 2007 01:40:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@httpd.apache.org From: =?utf-8?b?SsO6bGlv?= =?utf-8?b?TWFyYW5ow6Nv?= Date: Sat, 17 Mar 2007 00:36:28 +0000 (UTC) Lines: 26 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 200.152.8.146 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] How to map a webspace regex folder to a filesystem folder? I am trying to map the www folders of projects into a webspace folder. The folders use this form: C:/projects/name/www The mapping should be: /projects/name I am using the following code to specify the filesystem folder options: Options +Indexes Order allow,deny Allow from All The mapping is: AliasMatch ^/projects/([[:alnum:]\_\-]+)/ C:/projects/$1/www/ name is an alphanumeric string, possibly with - or _ characters but I only get /projects/name/index.html/index.html/index.html/... in a loop. Where am I doing wrong? Cheers JĂșlio --------------------------------------------------------------------- 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