Skip to content

Instantly share code, notes, and snippets.

@acarabott
Created January 12, 2014 12:15
Show Gist options
  • Save acarabott/8383898 to your computer and use it in GitHub Desktop.
Save acarabott/8383898 to your computer and use it in GitHub Desktop.
OS X apache conf to allow symbolic links in Sites folder /etc/apache2/users/username.conf
<Directory "/Users/username/Sites/">
# Options Indexes MultiViews
Options Indexes MultiViews FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment