Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. DocumentRoot "/Library/WebServer/Documents"
  2. <Directory "/Library/WebServer/Documents">
  3.  
  4. DocumentRoot "/Users/bob/Sites"
  5. <Directory "/Users/bob/Sites">
  6.  
  7. <VirtualHost *:80>
  8. DocumentRoot "/Users/username/Sites"
  9. ServerName localhost
  10. </VirtualHost>
  11.  
  12. <Directory "/Users/username/Sites/">
  13. Options Indexes MultiViews
  14. AllowOverride All
  15. Order allow,deny
  16. Allow from all
  17. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement