Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. < VirtualHost *:80>
  2. DocumentRoot “C:/WAMPprojects/Hermes”
  3. ServerName my.testsite
  4. <Directory C:/WAMPprojects>
  5. Order Deny,Allow
  6. Allow from all
  7. </Directory>
  8. < /VirtualHost>
  9.  
  10. <VirtualHost *:80>
  11. DocumentRoot "C:/WAMPprojects/Hermes"
  12. ServerName my.testsite
  13. ServerAlias my.testsite
  14. <Directory "C:/WAMPprojects/Hermes">
  15. AllowOverride All
  16. Require all granted
  17. </Directory>
  18. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement