Mailing List Archive

403 fobidden with Aliased directory
hello...!

i am getting problem with Aliased directory
whose path is some where else than document root
and i m getting error

" Forbidden
You don't have permission to access /test on this server. "

even i hav set its mod to 777 and ownership to nobody

and the Aliased directive is as under...

Alias /test /home/me/test

<Location /test>
Options Indexes MultiViews
AllowOverride All
Order deny,allow
Deny from None
</Location>

so why i m getting this error

Regards..!


_Fâï§åL_







---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: 403 fobidden with Aliased directory [ In reply to ]
---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: 403 fobidden with Aliased directory [ In reply to ]
urz.faisalm@sat.net.pk wrote:
>
> hello...!
>
> i am getting problem with Aliased directory
> whose path is some where else than document root
> and i m getting error
>
> " Forbidden
> You don't have permission to access /test on this server. "
>
> even i hav set its mod to 777 and ownership to nobody
>
> and the Aliased directive is as under...
>
> Alias /test /home/me/test
>
> <Location /test>
> Options Indexes MultiViews
> AllowOverride All
> Order deny,allow
> Deny from None
> </Location>
>
> so why i m getting this error

Probably from your invented syntax.... Try changing

> Deny from None

to

> Allow from all

Apache doesn't really understand English, you know :-)

Rgds,

Owen Boyle.

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org