Permissions problems with wordpress -
i urgently need advice why have change files want edit 777? think there maybe sound thing wrong apache user not being owner. can edit file if set 777 can edit it. appreciated.
cheers
you shouldn't have to. comes down group being incorrect. wp-content owned user apache , group apache on standard slackware linux installation.
file permissions 664 on these. me, do:
chown -r apache.apache wp-content chmod -r o-w wp-content chmod -r gu+rw wp-content
Comments
Post a Comment