Give ftp user right to modify files without breaking wordpress
-
I have a WordPress site installed in a folder /home/www/john on my server. This folder and everything inside it is owned by user www-data.
Currently, user john can NOT create or modify files inside this folder /john (I guess because it is owned by www-data, and permissions are classical 755 permissions). But I need user john to be able to do that (john is a client of mine and he needs to sometimes tweak the plugins, etc).
I have tried to make user john the owner of all the files and folders inside folder /john, but it breaks the wordpress site (I have read WordPress needs the files to be owned by www-data in order to work properly).
So what would be the best way to give user john the possibility to modify the files and folders without breaking the site?
- The topic ‘Give ftp user right to modify files without breaking wordpress’ is closed to new replies.