Created
March 29, 2016 02:36
-
-
Save davidmerrique/4ae194ee62e8413b447e to your computer and use it in GitHub Desktop.
Kirby + DigitalOcean + Apache
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
Change the apache2 configuration to enable override all | |
sudo vi /etc/apache2/apache2.conf | |
Change on <Directory /var/www/> | |
AllowOverride none | |
to | |
AllowOverride All |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment