Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- DocumentRoot "/Users/dragonbe/workspace/joind.in/src"
- ServerName joindin.local
- <Directory "/Users/dragonbe/workspace/joind.in/src">
- Options Indexes FollowSymlinks
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement