I am using a wildcard dns system that routes all subdomains through a single web app and sets a userid based on the first part of the URL (X.domain.com where X is the username).
I have to add a password protected zone to a site I am working on (using the .htpasswd file).The thing is the whole directory structure it\'s being pointed at doesn\'t exist and is created through mod
I have a site that has the main path under password protection.I also have a subfolder that have a separate (htaccess/htpasswd) password protection.