Created
September 8, 2014 13:40
-
-
Save kneipp/ee44c864d44f3e5258e9 to your computer and use it in GitHub Desktop.
403 Forbidden after install PHP56 and Apache OSX Ubuntu
This file contains 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
Checklist: | |
- Check if your user exists in: /private/etc/apache2/users | |
- Check if your path is correct inside conf file: | |
<Directory "/Users/username/Projects"> | |
Options Indexes 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