Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Alias /vid "tr-svrwc-fms//"
  2.  
  3. <Directory "tr-svrwc-fms//">
  4. Options Indexes FollowSymLinks MultiViews
  5. AllowOverride All
  6. Order Allow,Deny
  7. Allow from all
  8. </Directory>
  9.  
  10. Alias /vid "U:"
  11.  
  12. <Directory "U:">
  13. Options Indexes FollowSymLinks MultiViews
  14. AllowOverride all
  15. Order Allow, Deny
  16. Allow from all
  17. </Directory>
  18.  
  19. Alias /vid "//laptop1/vid"
  20. <Directory "//laptop1/vid">
  21. ...
  22. </Directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement