Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName vendilo.localhost
  3. DocumentRoot "/Users/ldeblasio/Sites/vendilo/dev"
  4. <Directory "/Users/ldeblasio/Sites/vendilo/dev">
  5. Options Indexes Multiviews FollowSymLinks
  6. AllowOverride All
  7. Order allow,deny
  8. Allow from all
  9. </Directory>
  10. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement