Click to See Complete Forum and Search --> : www directives are they good


Donovan
11-14-2000, 09:58 AM
Hi, here are my directives for /www
Are they good:

AllowOverride All (I've set this because I make use of .htaccess files)

order allow,deny
allow from all

I've set this because this is my public directory my web site is served from.

Thanks,
Donov

hswoolve
11-14-2000, 11:58 AM
Pardon for sounding stupid/clueless.

Are you using apache as your webserver? To the best of my (scant) knowlege, .htaccess is only used by apache.

(let me know if I'm wrong, I'd rather be wrong than uninformed)

Donovan
11-14-2000, 12:00 PM
Yep, its apache.

Donov

hswoolve
11-14-2000, 01:14 PM
okay, here's a copy of an .htaccess file I have in use (yes, I work in academia.)


<Files *.html>
order deny,allow
deny from all
allow from university.edu
</Files>