Created
January 21, 2016 05:03
-
-
Save RobCranfill/6db7f5db6577c28101b2 to your computer and use it in GitHub Desktop.
One non-obvious thing to get new Laravel install to work
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
| In /etc/apache2/apache2.conf | |
| # change allowoverride none to all | |
| <Directory /var/www/> | |
| Options Indexes FollowSymLinks | |
| AllowOverride All | |
| Require all granted | |
| </Directory> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment