Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <Directory /sites>
  2. Options Indexes FollowSymLinks MultiViews
  3. AllowOverride None
  4. Require all granted
  5. </Directory>
  6.  
  7. <VirtualHost *:80> #site.dev
  8. ServerAdmin admin@email.com
  9. ServerName site.dev
  10. ServerAlias site.dev
  11. DocumentRoot /sites/site.dev
  12.  
  13. <Directory /sites/site.dev>
  14. Options Indexes FollowSymLinks MultiViews
  15. AllowOverride None
  16. Require all granted
  17. </Directory>
  18. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement