permissions to files & folders

Nova Web LTD

Verified User
Joined
Jan 23, 2014
Messages
41
I set up a cron script to set the permissions for every 30 minutes, and can be set automatically so this thing:
folders chmod 775
chmod 664 file
Not to mention the problems that are derived from folders 755 "many cms not work either"
Where can I set these parameters on direcadmin?
How can I disable the prompt to install an ftp wordpress plungin (absurd request)?
If we have to give customer service so we can not make him mad!
 
I set up a cron script to set the permissions for every 30 minutes, and can be set automatically so this thing:
folders chmod 775
chmod 664 file
I don't see a question here, but as scsi points out, why do you need to do this? How are you running PHP?
Not to mention the problems that are derived from folders 755 "many cms not work either"
I'm guessing you're just using only mod_php and nothing else. Modern systems need to run PHP as the user, not as apache.
Where can I set these parameters on direcadmin?
What parameters? The ownership/permissions of files? In the file manager.
How can I disable the prompt to install an ftp wordpress plungin (absurd request)?
Where are you getting this request?
If we have to give customer service so we can not make him mad!
I'm not sure what you mean by this.

Jeff
 
Back
Top