I cannot set up a group access to a folder called job and would appreciate any input...
.htaccess file nominates
AuthGroupFile /home/.../.htpasswd/public_html/job/job_group
and
AuthUserFile /home/.../.htpasswd/public_html/job/job_passwrds
and set
require group some-users
although these files exist the apache error log gives me
user demo-test not found
file does not exist: /var/www/html/favicon.ico
Is there something I am missing here? Access for single user/password combination works ok using the DirectAdmin control panel. The above is created from a script.
.htaccess file nominates
AuthGroupFile /home/.../.htpasswd/public_html/job/job_group
and
AuthUserFile /home/.../.htpasswd/public_html/job/job_passwrds
and set
require group some-users
although these files exist the apache error log gives me
user demo-test not found
file does not exist: /var/www/html/favicon.ico
Is there something I am missing here? Access for single user/password combination works ok using the DirectAdmin control panel. The above is created from a script.