-
-
Save MrJoshFisher/e4b866345a7864d2cdd6f8c4494c023f to your computer and use it in GitHub Desktop.
[AWS Bitnami Wordpress Permission Fix] #wordpress #aws
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
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