I'm trying to allow users to add a .htaccess file to specific directories.
So far I have followed the directions given in the article about .htaccess on 10.2.8 server without luck; I think thats because the directions given there talk about a "site's" directory.
What I'm looking for is somewhere to be found in /etc/httpd/httpd.conf, somewhere at or below line 245. But I can't figure it out.
My .htaccess file looks like this:
AuthUserFile /Volumes/Data/Users/joeuser/Sites/.htpasswd AuthGroupFile /dev/null AuthName EnterPassword AuthType Basic require user borg
The .htpassword file is one line.
What am I doing wrong?