PDA

View Full Version : Uploading files to domain directory



Almoh
09-03-2007, 01:31 AM
When I try to upload files to my domain directory, I get the following message:

"Parent directory does not allow write, or one of the directories didn't allow search (execution) permission"

How can I set the permission?

Daredevil
09-03-2007, 01:39 AM
Almoh,

Can you try chmodding the directory to value '755'?



chmod 755 /home/_user_/_directory_/

Almoh
09-03-2007, 01:54 AM
The directory permission value is 755

hehachris
09-03-2007, 07:46 AM
it should be set to 777.

Almoh
09-03-2007, 07:50 AM
It is already fixed. Thank You