Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2011
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. NameVirtualHost 127.0.0.1
  2.  
  3. <VirtualHost 127.0.0.1>
  4. DocumentRoot "F:\Lavoro\Web\Development (Web)\Projects\disko\server"
  5. ServerName disko.local
  6. </VirtualHost>
  7.  
  8. <Directory "F:\Lavoro\Web\Development (Web)\Projects\disko\server">
  9. order allow,deny
  10. allow from all
  11. </Directory>
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement