Advertisement
Guest User

Untitled

a guest
Jun 27th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <VirtualHost *:80>
  2. <Directory /media/sf_SharedFiles/WebDev/>
  3. Options FollowSymLinks
  4. # AllowOverride All
  5. Require all granted
  6. </Directory>
  7.  
  8. DocumentRoot "/media/sf_SharedFiles/WebDev/"
  9. # skip the following line for development
  10. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement