I have a site that serves up certain content based on the subdomain. So it is the same set of files, and maybe the header and some info in the site pages changes based on t
Try something like this:
SetEnvIf Host ^abc\. HOST_ABC SetEnvIf Host ^dev\. HOST_DEF AuthUserFile … AuthUserFile …