----- Original Message -----
From: "Eric Covener" [EMAIL PROTECTED]
Sent: 09/29/2008 07:29 AM AST
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Question
On Sun, Sep 28, 2008 at 8:41 PM, <[EMAIL PROTECTED]> wrote:
> [error] [client 127.0.0.1] (20023)The given path was above the root path:
> Cannot map GET /D:/My%20Videos HTTP/1.1 to file, referer: http://localhost/
>
> I read all Alias Instructions in manual. not clear to me.
>
> How do I add an alias and/or add a directory block that will work?
>
> Here is what I am trying to do:
> in the index.html file in C:/xampp/htdocs...I am trying to hyperlink like
> this <a href="D:/My Music">Music</a>
>
Alias /music "d:/my music"
<directory "d:/my music">
Order allow,deny
Allow from all
</directory>
--
Eric Covener
[EMAIL PROTECTED]
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]