Re: Password Protecting a Directory using .htaccess

2022-07-22 Thread Keith Smith via PLUG-discuss
It turned out I was not up to speed with the changes... got it working.. sorry for the late reply. Thank you for your help!! On 2022-06-27 15:48, JD Austin via PLUG-discuss wrote: I just skimmed your email, but make sure selinux isn't causing you problems. The .htaccess file has to have the r

Re: Password Protecting a Directory using .htaccess

2022-06-27 Thread JD Austin via PLUG-discuss
I just skimmed your email, but make sure selinux isn't causing you problems. The .htaccess file has to have the right context or the web server won't be able to access it. Check to see what context it has eg: *ls -lhZ* If it has a different context than the other files there it is likely the reason

Password Protecting a Directory using .htaccess

2022-06-27 Thread Keith Smith via PLUG-discuss
I wanted to password protect a directory. On it's face it is simple. Not for me today. Normal Steps 1) create the .htaccess in the appropriate directory and configure it properly. 2) create the .htpasswd file using the htpasswd command. 3) set permissions to both files to 644. So far so