SFTP Account for Wordpress
3 Replies
I'm a bit of a newb to server management, so is there anything I need to know about giving PHP write access or should I just do something like this?
chmod www-data 755 /srv/www/DOMAIN/public_html/
You're gonna want to run chown to change owners by the way, and chmod for the permissions (755)