PDA

View Full Version : Chmod problem - I need help.


cerbero
2-26-06, 03:32 PM
How to turn on from my control panel that anything uploaded on the server will be uploaded in 755 mod?

stevel
2-26-06, 04:04 PM
There isn't any option for that, but it seems to be the default anyway.

cerbero
2-26-06, 04:47 PM
No, it isn't... my files have 600 as default...
Can I change this?

stevel
2-26-06, 05:58 PM
How are you uploading?

(jj)
2-26-06, 06:05 PM
Sounds like you are using a php upload script, if so you will need to edit the script to add a Chmod command after the upload, to set Chmod to 644.

Here are a couple of threads discussing that:

http://forum.powweb.com/showthread.php?t=58745

http://forum.powweb.com/showthread.php?t=55608

cerbero
2-26-06, 07:07 PM
Well, HERE (http://www.phpfox.com/members/viewtopic.php?p=2653#2653) you can read the topic request in the support forum of the script I use.
Please help me.