Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 13954 invoked from network); 7 Jan 2006 13:07:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jan 2006 13:07:39 -0000 Received: (qmail 52833 invoked by uid 500); 7 Jan 2006 13:07:29 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 52588 invoked by uid 500); 7 Jan 2006 13:07:27 -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 52577 invoked by uid 99); 7 Jan 2006 13:07:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jan 2006 05:07:27 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.206.103] (HELO web33205.mail.mud.yahoo.com) (68.142.206.103) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 07 Jan 2006 05:07:26 -0800 Received: (qmail 11855 invoked by uid 60001); 7 Jan 2006 13:07:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Ir5NU7Y+ic7YSG6fG0NYGTeIRRKMVxcmAcSgqekVpxEHLxyRXaMiRyRy1tB/RoH9gEeN7g6V9xZ//0/wIbJn6IjP5AI8HVFCxIg/YvzvGs0ww+2vzR6E8byRo+9z/YeNFVshOoz5ZlSPYL4uq/6NqD/YlbExD33tZqYh7SVECKI= ; Message-ID: <20060107130705.11853.qmail@web33205.mail.mud.yahoo.com> Received: from [195.98.3.237] by web33205.mail.mud.yahoo.com via HTTP; Sat, 07 Jan 2006 05:07:05 PST Date: Sat, 7 Jan 2006 05:07:05 -0800 (PST) From: "P.M" To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-527914407-1136639225=:11037" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Apache 2.0.55 / alias and windows folders X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --0-527914407-1136639225=:11037 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi, I'm new in Apache HTTP and i have some questions regarding ALIAS command. i do not want to place all my websites developped under the documentroot folder, so based on documentation, i've tried to use an alias....without success. just after the documentroot definition, i wrote that : ALIAS /test "E:/MyTestFolder" Order allow,deny Allow from all When i run my internet browser, i should be able to reach my website stored in this folder, by typing : http://localhost/test/index.php or http://localhost/test/index.html..... as it depends on my first page. But nothing works. So, could you let me know what i did not do, or what i did wrong ? thanks a lot, Maileen --------------------------------- Yahoo! Photos Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever. --0-527914407-1136639225=:11037 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi,

I'm new in Apache HTTP and i have some questions regarding ALIAS command.

i do not want to place all my websites developped under the documentroot folder, so based on documentation, i've tried to use an alias....without success.

just after the documentroot definition, i wrote that :

ALIAS /test "E:/MyTestFolder"

<Directory "E:/MyTestFolder">
    Order allow,deny
    Allow from all
</Directory>

When i run my internet browser, i should be able to reach my website stored in this folder, by typing :

http://localhost/test/index.php or
http://localhost/test/index.html..... as it depends on my first page.

But nothing works.

So, could you let me know what i did not do, or what i did wrong ?

thanks a lot,
Maileen


Yahoo! Photos
Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever. --0-527914407-1136639225=:11037--