Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save davidsword/49f287f1f3d8fdf6de2b7223e2a03eb7 to your computer and use it in GitHub Desktop.
Save davidsword/49f287f1f3d8fdf6de2b7223e2a03eb7 to your computer and use it in GitHub Desktop.
$ sudo vi /etc/apache2/users/handsomefox.conf
<Directory "/Users/handsomefox/Sites/">
Options Indexes MultiViews
Options +Indexes +FollowSymLinks +ExecCGI
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