Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ServerAlias *.dev
  2. ServerAlias *.example.com
  3.  
  4. <If "%{HTTP_HOST} -strcmatch '*.dev*'">
  5. VirtualDocumentRoot /var/www/%-2
  6. </If>
  7. <ElseIf "%{HTTP_HOST} -strcmatch '*.example.com*'">
  8. VirtualDocumentRoot /var/www/%-3
  9. </ElseIf>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement