Skip to content

Instantly share code, notes, and snippets.

@wangyuchen
Created May 16, 2013 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wangyuchen/5593641 to your computer and use it in GitHub Desktop.
Save wangyuchen/5593641 to your computer and use it in GitHub Desktop.
Mac apache configuration, create file at /etc/apache2/users/USERNAME.conf
<Directory "/Users/USERNAME/Sites/">
Options Indexes Multiviews
AllowOverride AuthConfig Limit
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