You should follow me on Twitter.

How To Disable .htaccess Authorization for Child Directories

The 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 [...]