You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Vijay A Raghavan <rv...@yahoo.com> on 2006/03/03 19:50:11 UTC

[users@httpd] .htaccess file alternative

Hello All,
 
 How do give permission to httpd - to access a directory without using a .htacess file.
 
 Thanks,
 
 Vijay

Re: [users@httpd] .htaccess file alternative

Posted by Joshua Slive <jo...@slive.ca>.
On 3/3/06, Vijay A Raghavan <rv...@yahoo.com> wrote:
> Hello All,
>
>  How do give permission to httpd - to access a directory without using a
> .htacess file.

That's a pretty vague question.  Perhaps you need just the following
in httpd.conf:
<Directory /full/path/to/directory>
Order Allow,Deny
Allow from all
</Directory>

If not, you need to tell us exactly what you tried and exactly what
the problem is.

Joshua.

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