Advertisement
dragonbe

VHOST settings for joindin

May 26th, 2011
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. <VirtualHost *:80>
  2.   DocumentRoot "/Users/dragonbe/workspace/joind.in/src"
  3.   ServerName joindin.local
  4.   <Directory "/Users/dragonbe/workspace/joind.in/src">
  5.      Options Indexes FollowSymlinks
  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