This must be a very simple / stupid problem, but I can't manage to figure it out. Have a .htaccess file in the root of my webspace, which blocks users unless they enter a password, using AuthType Basic, and a require group command. This works fine. But now I have a subdirectory of this main one that I do want to open to the rest of the world. But I can't figure out how. Just a .htaccess in that directory with 'allow from all' does not do the trick. What should I do?