Skip to content

Instantly share code, notes, and snippets.

@davidmerrique
Created March 29, 2016 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidmerrique/4ae194ee62e8413b447e to your computer and use it in GitHub Desktop.
Save davidmerrique/4ae194ee62e8413b447e to your computer and use it in GitHub Desktop.
Kirby + DigitalOcean + Apache
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