Go to wordpress’s web directory and simply:
chown -R user:group *
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
Go to wordpress’s web directory and simply:
chown -R user:group *
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;