Skip to navigation Skip to content
  • Home
  • Articles
  • Home
  • Articles
Posted on October 29, 2020October 29, 2020 by wp4T0upgUqkf

Sorting out local WordPress installation file permissions

Do

sudo chown -R www-data:myusername /path/to/your/wordpress/install/

then

sudo find /path/to/your/wordpress/install/ -type d -exec chmod 775 {} \;
sudo find /path/to/your/wordpress/install/ -type f -exec chmod 664 {} \;

Category: web

Post navigation

Previous post: Midi with Ardour on Linux
Next post: Duplicating a WordPress site locally
  • Search