Skip to content

Instantly share code, notes, and snippets.

@mba811
Created April 14, 2015 04:09
Show Gist options
  • Save mba811/285970bcc28836813682 to your computer and use it in GitHub Desktop.
Save mba811/285970bcc28836813682 to your computer and use it in GitHub Desktop.
OS X development environment
LoadModule php5_module libexec/apache2/libphp5.so
DocumentRoot "/Users/quick/www"
<Directory "/Users/quick/www">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
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