How To Disable .htaccess Authorization for Child Directories
August 17, 2010, 9:18 amThe problem: I have a password protected WordPress install — only a limited group of users may access its content (simple .htaccess/.htpasswd). I also need to access my WordPress stylesheet (which happens to be in a child directory of the protected environment) for an unprotected homepage though. Traversing the directory stack, we know a more specific [...]