I've a problem with permissions/users on my new server. I moved my wordpress blog to a new CentOs server. In this server I've been provided with an ftp user. If I upload a file via FTP with this users, as expected the owner is this user, and the group is the default group for this user.
All my wordpress files has 755 permissions, like in the old server.
Let's take for example a template. If I want to edit it by the internal editor of wordpress, it works with 775, but not with 755. I've made some resarches as I'm not great in sysadmin, and I think that the problem is that when I access to wordpress, I'm not recognoized as the owner of the file, while I didn't had this problem on the old server with the same permissions for the file. How can I fix this?
I've full access on this server.
Thanks.