Skip to content

Instantly share code, notes, and snippets.

@MrJoshFisher
Created July 25, 2022 11:46
Show Gist options
  • Save MrJoshFisher/e4b866345a7864d2cdd6f8c4494c023f to your computer and use it in GitHub Desktop.
Save MrJoshFisher/e4b866345a7864d2cdd6f8c4494c023f to your computer and use it in GitHub Desktop.
[AWS Bitnami Wordpress Permission Fix] #wordpress #aws
sudo chown -R bitnami:daemon /opt/bitnami/apps/wordpress/htdocs
sudo find /opt/bitnami/apps/wordpress/htdocs -type d -exec chmod 775 {} \;
sudo find /opt/bitnami/apps/wordpress/htdocs -type f -exec chmod 664 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment