Using and Excluding Realms in VHost templates

#1
After some digging and trial-and-error, I was able to get htpasswd authentication enabled for our internal development sites - which we have listed under a Virtual Host Template - by enabling a Static Context.

Of course, there may be times where we want to remove htpasswd requirements for just one member VHost. Any ideas on the best way to do this while keeping it under a member host (versus full provisioning)?
Would I just have to add rules to every vhost's .htaccess (ugly but not impossible)? I'm certainly hoping to have something easily settable in the Template.

Thanks for your help!
 

webizen

Well-Known Member
#2
for those that you want htpasswd removed, instantiate the vhost is a better choice since these are the few exceptions per your description.
 
Top