Last active
September 4, 2015 18:05
-
-
Save voltuer/90038ab7b6383f80638d to your computer and use it in GitHub Desktop.
PERMISOS SEGUROS WORDPRESS
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
| Desde la carpeta raíz de wordpress: | |
| (esto sólo da permiso de escritura a actualizaciones, no a carpeta raíz ni theme) | |
| sudo chmod -R 555 . | |
| sudo chmod -R 775 wp-content/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment