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

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -