Skip to content

Instantly share code, notes, and snippets.

@kneipp
Created September 8, 2014 13:40
Show Gist options
  • Save kneipp/ee44c864d44f3e5258e9 to your computer and use it in GitHub Desktop.
Save kneipp/ee44c864d44f3e5258e9 to your computer and use it in GitHub Desktop.
403 Forbidden after install PHP56 and Apache OSX Ubuntu
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