I'm trying to control access to a web subdir without editing httpd.conf
I've created a '.htaccess' file in the target dir, but, I still can open
that directory through browser, what am I missing ?

File: .htaccess

---
AuthType Basic
AuthName "Staff Use Only"
AuthUserFile /etc/httpd/conf/.htpasswd
Require valid-user
----

-- 
Voytek
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to