Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
135
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. ServerName example.com
  3. DocumentRoot "/Users/myusername/Sites/Test/public"
  4. <Directory "/Users/myusername/Sites/Test/public">
  5. Options Indexes FollowSymLinks Includes
  6. AllowOverride All
  7. Order allow,deny
  8. Allow from all
  9. </Directory>
  10. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement