Skip to content

Instantly share code, notes, and snippets.

@priyabratary
Last active May 4, 2018 13:13
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 priyabratary/e3d97e2d402266106dca457a0a49ae5b to your computer and use it in GitHub Desktop.
Save priyabratary/e3d97e2d402266106dca457a0a49ae5b to your computer and use it in GitHub Desktop.
digital ocean
wordpress ownership
chown -R www-data:www-data /var/www
sudo systemctl restart apache2
In terminal type:
sudo gedit /etc/apache2/apache2.conf
Find:
<Directory /var/www/>
And make sure the AllowOverride directive is set to All.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment