You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by ur...@sat.net.pk on 2002/02/05 12:54:27 UTC

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

Posted by Owen Boyle <ob...@bourse.ch>.
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


Re: 403 fobidden with Aliased directory

Posted by Owen Boyle <ob...@bourse.ch>.
 

---------------------------------------------------------------------
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