Advertisement
Guest User

Untitled

a guest
Nov 12th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <VirtualHost *:80>
  2. DocumentRoot "D:\Program Files\wamp\www\dummysite"
  3. ServerName www.dummysite.com
  4. </VirtualHost>
  5.  
  6. <VirtualHost *:80>
  7. DocumentRoot "D:\Program Files\wamp\www"
  8. ServerName localhost
  9. </VirtualHost>
  10.  
  11. <VirtualHost *:80>
  12. DocumentRoot "D:\Program Files\wamp\www"
  13. ServerName desktophost
  14. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement