s/2.0/howto/htaccess.html
-Original Message-
From: Vijay A Raghavan [mailto:[EMAIL PROTECTED]
Sent: Friday, March 03, 2006 7:50 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] .htaccess file alternative
Hello All,
How do give permission to httpd - to access a directory without
us
On 3/3/06, Vijay A Raghavan <[EMAIL PROTECTED]> 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:
Order Allow,Deny
Allow from all
If not, you need
Hello All, How do give permission to httpd - to access a directory without using a .htacess file. Thanks, Vijay