Created
April 14, 2015 04:09
-
-
Save mba811/285970bcc28836813682 to your computer and use it in GitHub Desktop.
OS X development environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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