sudo find /path/to/wordpress -type d | xargs chmod 755
sudo find /path/to/wordpress -type f -exec chmod 744 {} \;
No comments:
Post a Comment