Guest User

Untitled

a guest
Jan 19th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. 127.0.0.1 localhost
  2. 127.0.0.1 test.com
  3. 127.0.0.1 example.com
  4.  
  5. <VirtualHost *:80>
  6. DocumentRoot C:/xampp/htdocs/test/
  7. ServerName www.test.com
  8. </VirtualHost>
  9. <VirtualHost *:80>
  10. DocumentRoot C:/xampp/htdocs/example/
  11. ServerName www.example.com
  12. </VirtualHost>
  13.  
  14. #Virtual hosts
  15. Include conf/extra/httpd-vhosts.conf
  16.  
  17. www.example.com or www.test.com
Add Comment
Please, Sign In to add comment