How to exclude subfolder from password protection with .htaccess
You sometimes need to password protect a folder or an entire account/website from direct access. That’s easily done with the appropriate .htaccess file in the protected folder plus the mandatory .htpasswd file with the correct user and password combination(s).
But what do you do when you want to enable direct access to a subfolder of the protected folder?