Created
October 8, 2019 16:49
-
-
Save edurodriguesdias/2791c44f7544c9c721fcd93e42197438 to your computer and use it in GitHub Desktop.
WordPress Permissions
This file contains hidden or 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
chmod -R 755 wp-content | |
chmod -R 755 wp-admin | |
chmod -R 755 wp-includes | |
chmod 755 . | |
chmod 644 .htacces |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment