Guest User

Untitled

a guest
Nov 17th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <If "%{HTTP_HOST} == 'domainone'">
  2. AuthUserFile /file/location/.htpasswd-domainone
  3. </If>
  4.  
  5. <If "%{HTTP_HOST} == 'domaintwo'">
  6. AuthUserFile /file/location/.htpasswd-domaintwo
  7. </If>
  8.  
  9.  
  10. <If "%{HTTP_HOST} == 'domainthree'">
  11. AuthUserFile /file/location/.htpasswd-domainthree
  12. </If>
Add Comment
Please, Sign In to add comment