Advertisement
Guest User

Untitled

a guest
Jan 11th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. NameVirtualHost *>
  2. <VirtualHost *>
  3. DocumentRoot "D:/development/mysite.local"
  4. ServerName mysite.local
  5. <Directory "D:/development/mysite.local">
  6. Options Indexes FollowSymLinks Includes ExecCGI
  7. AllowOverride All
  8. Require all granted
  9. </Directory>
  10. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement