Password protecting directories
From CobaltFAQs
From Phil Beynon on the cobalt-users mailing list:
If you want to unprotect subdirectories off a htpasswd passworded directory, make a tiny .htaccess file in each subdirectory to be unprotected containing the following:
Satisfy Any Order Deny,Allow Allow from all
